aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/mirror.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't force "/" at the end of URLsBogdano Arendartchuk2007-06-121-2/+1
|
* Import "Error" before use itBogdano Arendartchuk2007-06-061-1/+1
|
* Improved (and fixed) the support to mirrors and "switch" subcommandBogdano Arendartchuk2007-06-051-5/+71
| | | | | | | | | - added the switch subcommand to quickly switch between the default and the mirrored repositories - fixed bug of generating bogus mirror URLs - make "ci" smarter by only relocation if something has been changed in the working copy and it is not already relocated.
* Added initial support to mirrors, as requested by mrl.Bogdano Arendartchuk2007-05-021-0/+42
It was added an option "mirror" to repsys.conf, that will contain an URL to the mirror repository. Also added the subcommand "ci", which will relocate one working copy to the master repository before effectively commiting.