aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/svn.py
Commit message (Collapse)AuthorAgeFilesLines
* Frontported fixes in mirror support from repsys-1.6Bogdano Arendartchuk2007-06-061-0/+13
| | | | | | | | - fixed bad URLs being used when checking out from mirrors - "switch" subcommand to ease switching between mirror and real repositories - smarter "ci"
* Frontported changes from V1_6_X since aprilBogdano Arendartchuk2007-06-041-15/+78
|
* - removed unecessary check of ClientError exception in log methodBogdano Arendartchuk2006-07-221-5/+2
|
* - changed svn.py to raise SVNError, instead of pysvn.Client, so thatBogdano Arendartchuk2006-07-221-4/+7
| | | | | subversion error messages can be properly shown to the user
* - changed behavior of the pysvn wrapper to return None instead of False,Bogdano Arendartchuk2006-07-211-2/+4
| | | | | | | it is more appropriate to report "errors" - fixed bug in which wrapper's log was not checking if the wrapped call to pysvn's log returned None (silented error).
* - removed now unneeded pexpect moduleBogdano Arendartchuk2006-07-191-1/+1
|
* - reimplmented the SVN class in svn.py to use the module pysvn instead ofBogdano Arendartchuk2006-07-191-338/+127
| | | | | | | | | pexpect + svn This was an unintented commit trigged by a test, so "releases", "cooker" and "misc" directories should be ignored
* - 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