summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Svn.py
Commit message (Expand)AuthorAgeFilesLines
* Restore missing pipes import in svn pluginArto Jantunen2012-02-051-0/+1
* fixed security bugs with unescaped input to the shellChris St. Pierre2011-08-051-1/+1
* Updated files to match PEP 257 Fabian Affolter2010-06-091-2/+2
* Standardized doc strings of the VCS pluginsFabian Affolter2010-06-031-1/+1
* Comment addedFabian Affolter2010-06-011-0/+1
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-1/+1
* Fix fd leak caused by our use of the subprocess APINarayan Desai2009-05-221-5/+4
* os.popen is deprecated in 2.6 (http://docs.python.org/library/os.html#os.popen)Sol Jerome2009-02-201-2/+4
* Add Version plugin typeSol Jerome2009-01-261-0/+44