Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Frontported changes from V1_6_X since april | Bogdano Arendartchuk | 2007-06-04 | 1 | -15/+78 |
| | |||||
* | - removed unecessary check of ClientError exception in log method | Bogdano Arendartchuk | 2006-07-22 | 1 | -5/+2 |
| | |||||
* | - changed svn.py to raise SVNError, instead of pysvn.Client, so that | Bogdano Arendartchuk | 2006-07-22 | 1 | -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 Arendartchuk | 2006-07-21 | 1 | -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 module | Bogdano Arendartchuk | 2006-07-19 | 1 | -1/+1 |
| | |||||
* | - reimplmented the SVN class in svn.py to use the module pysvn instead of | Bogdano Arendartchuk | 2006-07-19 | 1 | -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 Arendartchuk | 2006-02-16 | 1 | -4/+11 |
| | |||||
* | - on behalf of bogdano@mandriva.com: | Andreas Hasenack | 2006-02-02 | 1 | -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_3 | Frederic Lepied | 2005-12-07 | 1 | -0/+349 |