summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Svn2.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Correct syntax for try/except statements."Raul Cuza2011-12-101-2/+2
| | | | | | | | This commit is not compatable with Python 2.4 and below. Our goal is to support for the foreseeable future 2.4+ for Bcfg2 server and 2.3+ for Bcfg2 client. This reverts commit 4310284f6df01caf1b686c9bac8955364a895755.
* Correct syntax for try/except statements.Raul Cuza2011-12-091-2/+2
| | | | | | In earlier versions of python commas (,) could be used in except statements. The new way is to use 'as'.
* Improved Svn2 error handling -- ClientError may not have a message attribute.Chris St. Pierre2011-05-111-4/+4
|
* Better error messages when Svn2 fails for predictable reasonsChris St. Pierre2011-04-261-10/+34
| | | | Other misc. Svn2 tweaks and fixes
* Svn2: Add files explicitly listed which arent under controlTim Laszlo2010-12-181-0/+12
|
* Svn2: Remove hardcoded svn root pathTim Laszlo2010-12-181-4/+2
|
* Plugin.Version: define parameters for commit_dataTim Laszlo2010-12-181-3/+5
|
* Svn2: Add commit supportTim Laszlo2010-12-181-2/+21
|
* Svn2: Native svn pluginTim Laszlo2010-12-181-0/+71