aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/mirror.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed repsys submit to use the parent URL when working on mirrorBogdano Arendartchuk2008-11-071-0/+4
| | | | | checkouts
* Allow specifying distro branches without using complete URLsBogdano Arendartchuk2008-07-171-33/+48
| | | | | | | | Added the configuration option "repository", which will have the URL to the root of the repository. The change also allowed using mirrors in all the read-only commands.
* A WTF? momentBogdano Arendartchuk2008-07-171-1/+1
|
* Fixed URL normalization to make it compatible with py2.4Bogdano Arendartchuk2008-02-061-6/+6
| | | | | In py2.4 the function urlparse doesn't return a "named" tuple.
* Dropped all authenticated access supportBogdano Arendartchuk2007-11-151-1/+1
| | | | | | | | | | | | Subversion authentication has been broken for a long time and the workarounds weren't decent. It will be back in 1.7.x. Also added configuration option svn-command in the global section, allowing to replace the default svn command. And use svn+ssh:// URLs to be in BatchMode, in order to not have any interactivity at all with ssh
* 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.