Teach Girocco to mirror http:// style SVN repos
commit6e6469453e1a38974e0680d12b71abae0ee3980a
authorKirill Smelkov <kirr@landau.phys.spbu.ru>
Mon, 22 Mar 2010 11:08:01 +0000 (22 14:08 +0300)
committerPetr Baudis <pasky@rover.dkm.cz>
Wed, 5 May 2010 18:52:38 +0000 (5 20:52 +0200)
tree59c4dbfd565cb6509f347427b394361b7b903cec
parented787823caa825ec1b30610b03adcf97f024a4ca
Teach Girocco to mirror http:// style SVN repos

Currently we can mirror svn:// repos, but http:// is assumed to be used
for Git. Teach the tool to use svn+http:// style urls for http:// svn
repositories.

This is very needed, because most SVN hosting services only provide
http:// style access to their services. e.g. google code, python.org,
etc...

This has not been tested on full Girocco installation - just partly. But
if it works, let's also add svn+https later.
Girocco/Util.pm
jobd/update.sh
taskd/clone.sh