summaryrefslogtreecommitdiff
path: root/setuptools/svn_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* get_svn_method now direectly called svn_utils.parse_revisionPhilip Thiem2013-07-041-19/+22
| | | | | --HG-- extra : rebase_source : 4af53ce7fcf4d69c0d65800e57fabec7d081ce35
* get_url now uses pulldomPhilip Thiem2013-07-041-8/+21
| | | | | --HG-- extra : rebase_source : 233926ea03e438c2e86546c62e555a007654cacd
* Remove some temporary loggingPhilip Thiem2013-07-041-1/+0
| | | | | --HG-- extra : rebase_source : f613c3c009ab69ab51c7de82b49ffaef63ea7461
* If using a command, we can query the working copy version directly.Philip Thiem2013-07-041-2/+5
| | | | | --HG-- extra : rebase_source : 0990530647692240d7b7126df1e1cdd5ae463ebb
* If using a command, we can query the working copy version directly.Philip Thiem2013-07-041-12/+40
| | | | | --HG-- extra : rebase_source : e329ddea4345c4acd90997e8994bd3715926cfbb
* py3 fixesPhilip Thiem2013-06-301-23/+18
| | | | | --HG-- extra : rebase_source : 29629f51bacee1ae8394c559e4440dafcb9179d1
* Finished some 1.7 tests, and updated the zip file to include the .svn dirsPhilip Thiem2013-06-301-29/+40
| | | | | | | Several fixes to get the code to pass the tests --HG-- extra : rebase_source : 76e13888a6efc871cc254076c7e58f201af24472
* Oops didn't return a valuePhilip Thiem2013-06-301-1/+1
| | | | | --HG-- extra : rebase_source : aebdebb47c60311cf7f81c4c7238dd25b6b8cadb
* minor cleanups, added imports,Philip Thiem2013-06-301-50/+68
| | | | | --HG-- extra : rebase_source : 3761997a8747b58e3d85bec53097116b9d6e166d
* Added SVNTextEntries for the moment as a fallback for no SVN/Rev8-10Philip Thiem2013-06-301-14/+121
| | | | | | | | Added Externals processing for all formats Will use dir-prop[-base] as a fallback otherwise CMD. --HG-- extra : rebase_source : dc27f779f22d5f9795c425b92d34db29d62b495d
* added querying externals to the classesPhilip Thiem2013-06-301-0/+22
| | | | | --HG-- extra : rebase_source : 9b76763b0ba0dc1ac6de130b04f6bb5ebf546fe6
* cleaned up the svn module, I think I can drop the old entry parsing all togetherPhilip Thiem2013-06-301-71/+15
| | | | | --HG-- extra : rebase_source : 16b995fc27ea40fff0dd51734aea47775ff0033a
* Added a class for getting SVN information with a cmd.Philip Thiem2013-06-301-16/+100
| | | | | | | | | | | | | Using XML because the regular output is probably internationalized. Need to inspect setuptools/command/egg_info.py setuptools/command/sdist.py setuptools/package_index.py to see how used again to see if we will every be parsing a raw XML file or if always from .svn/enteries, if so looks like we can just replace the whole of the file parsing. --HG-- extra : rebase_source : 5e10e3b43fbe12f890d09923c1050f8384db7f84
* Add svn_util.py http://bugs.python.org/setuptools/file51/svn_versioning_2.patchPhilip Thiem2013-06-291-0/+110
by Jason Coombs --HG-- extra : rebase_source : 4004028579ee1efa18c8326c664876f99048e6f6