| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
checkouts
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
In py2.4 the function urlparse doesn't return a "named" tuple.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
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.
|