summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Svn.py
Commit message (Collapse)AuthorAgeFilesLines
* Svn: Fixing pep8 checkJason Kincl2013-06-171-0/+1
|
* Svn: Fixing pep8 and pylint checksJason Kincl2013-06-171-10/+13
|
* Svn: Tidying up code and logging of subversion trust and user/pass optionsJason Kincl2013-06-171-8/+15
|
* Svn: Adding config options for specifying a user and password for subversion ↵Jason Kincl2013-06-171-0/+28
| | | | and to trust server SSL certificates
* Svn: fixed conflict resolution callback, log levelChris St. Pierre2012-12-051-3/+3
|
* Svn: cleaned up conflict resolution stuffChris St. Pierre2012-12-041-30/+39
|
* Future-proofed conflict option selectionJason Kincl2012-12-031-13/+9
| | | | * moved from a map table to a getattr() lookup
* fixing logic so try..except works correctly, bugsJason Kincl2012-11-281-7/+4
|
* adding doc, changing variable namesJason Kincl2012-11-271-3/+3
|
* fixing syntaxJason Kincl2012-11-271-1/+1
|
* log actions betterJason Kincl2012-11-271-0/+3
|
* fixing line lengthsJason Kincl2012-11-271-1/+2
|
* fixing bugsJason Kincl2012-11-271-5/+6
|
* adding svn_resolution to global namespaceJason Kincl2012-11-271-2/+2
|
* adding svn merge resolution mapJason Kincl2012-11-271-3/+27
|
* Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-11-271-2/+1
|\
| * fixed vcs_root/vcs_path for Version plugins, esp. SvnChris St. Pierre2012-11-191-2/+1
| |
* | minor typo and function documentationJason Kincl2012-11-191-2/+3
| |
* | Adding a default conflict resolver of theirs-full to Svn PluginJason Kincl2012-11-071-0/+4
|/
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵Chris St. Pierre2012-10-301-21/+112
| | | | directory than the repo root
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-25/+13
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+46
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>