aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_svn.py
Commit message (Expand)AuthorAgeFilesLines
* Removed svn support from setuptools. Ref #313.Jason R. Coombs2014-12-241-245/+0
* Use io.open() instead of codecs.open().Arfrever Frehtes Taifersar Arahesis2014-02-071-4/+3
* Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassedPhilip Thiem2013-12-071-4/+27
* Delint (remove unused imports, excess whitespace, unnecessary syntax, and unu...Jason R. Coombs2013-11-051-19/+2
* Tweaks to get everything to pass again.Philip Thiem2013-07-201-7/+8
* Additional Tests, Various fixes, and encoding dealingsPhilip Thiem2013-07-201-118/+187
* some odd errors.. not sure what still has the directory in use..Philip Thiem2013-07-051-2/+6
* fixed some issues with OSErrorPhilip Thiem2013-07-051-4/+83
* consolidated externals and enteries because enteries need to file toPhilip Thiem2013-07-041-8/+5
* removed the objectsPhilip Thiem2013-07-041-21/+2
* got some global version done, SVN 1.3.x or later now requiredPhilip Thiem2013-07-041-1/+9
* cannot use list since that requires repo access, initial recurse parsingPhilip Thiem2013-07-041-0/+9
* finished remove get_url() doesn't seem neededPhilip Thiem2013-07-041-2/+0
* get_svn_method now direectly called svn_utils.parse_revisionPhilip Thiem2013-07-041-0/+4
* If using a command, we can query the working copy version directly.Philip Thiem2013-07-041-1/+1
* Finished some 1.7 tests, and updated the zip file to include the .svn dirsPhilip Thiem2013-06-301-34/+51
* Added an svn test module (needs fixing)Philip Thiem2013-06-301-0/+73