aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/svn.py
Commit message (Collapse)AuthorAgeFilesLines
* - use correct revision number for last committopic/V1_6_17Anssi Hannula2007-06-071-2/+2
| | | | | (this commit by Andreas was accidentally reverted during SVN recovery)
* Added one cheap copy of the sync subcommand from mdvsys.Bogdano Arendartchuk2007-05-031-0/+2
| | | | | | | | | | | | | It required two sensitive changes: - in order to parse the spec file, "rpm" module was used, so this is the brand new package dependency; and - as RepSys already had one "rpm" module, we had to rename it to "simplerpm" in order to allow access to the module from python-rpm (I think py2.4 is still used a lot so we can't use absolute imports)
* 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