aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/svn.py
Commit message (Collapse)AuthorAgeFilesLines
* Added initial support to mirrors, as requested by mrl.Bogdano Arendartchuk2007-05-021-0/+19
| | | | | | | | | 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.
* Make source lines fit in 80 columnsBogdano Arendartchuk2007-01-021-1/+2
|
* - fixed small bug in the svn log parser in which it was getting more linesBogdano Arendartchuk2006-10-201-2/+3
| | | | | than the entry had.
* - SVN.log now contains information about the changed pathsBogdano Arendartchuk2006-10-201-7/+23
|
* - added support "day zero revision"Bogdano Arendartchuk2006-02-161-4/+11
|
* - on behalf of bogdano@mandriva.com:Andreas Hasenack2006-02-021-10/+15
| | | | | | | | | | | | | | | - improved markrelease command line parsing - changelogs entries are now groupped by author, and sorted by revision number - the changelog now is generated using the Cheetah Template Engine, to allow quick modifications without spending time reading code and introducing new bugs - consequently, was added an option "-T <file>" to rpmlog and getsrpm to allow choosing the path of the template to be used - added options noauth=0, and baseurl=None in order to disable the authentication in some url schemes (http:// and //) - replaced some "cl" references to "mdv"
* Initial revisionR1_5_3_1-4mdktopic/V1_5_X@821topic/V1_5_X@819topic/V1_5_3@959topic/V1_5_3@819topic/V1_5_3Frederic Lepied2005-12-071-0/+349