| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct typo | Jason R. Coombs | 2014-10-23 | 1 | -1/+1 |
* | Use absolute_import in svn_utils. Fixes #242. | Jason R. Coombs | 2014-08-14 | 1 | -0/+2 |
* | Use PY3 and PY2 throughout | Jason R. Coombs | 2014-05-17 | 1 | -9/+9 |
* | Clean some imports. | Arfrever Frehtes Taifersar Arahesis | 2014-02-15 | 1 | -1/+0 |
* | Use tempfile.TemporaryDirectory() with Python >=3.2. | Arfrever Frehtes Taifersar Arahesis | 2014-02-15 | 1 | -25/+5 |
* | Fixed Issue #125: setuptools leaves a ~/.subversion dir laying around | Philip Thiem | 2014-02-15 | 1 | -7/+47 |
* | Refactor SvnInfo.load for cleaner logic and less wrapping. Also removed empty... | Jason R. Coombs | 2013-11-24 | 1 | -7/+8 |
* | Remove unused import | Jason R. Coombs | 2013-11-24 | 1 | -1/+1 |
* | Resave with excess whitespace removed | Jason R. Coombs | 2013-11-24 | 1 | -15/+15 |
* | extraneous comment left in | philip_thiem | 2013-11-22 | 1 | -2/+1 |
* | small logic error | philip_thiem | 2013-11-21 | 1 | -1/+1 |
* | forgot to add in the mac default. | Philip Thiem | 2013-11-21 | 1 | -2/+5 |
* | small syntax error. | philip_thiem | 2013-11-21 | 1 | -1/+1 |
* | Made a more sophisticated encoding heuristic that runs at module load. | philip_thiem | 2013-11-21 | 1 | -1/+28 |
* | For .svn legacy fallback, look for the files in the .svn not the directory. | Philip Thiem | 2013-11-11 | 1 | -2/+7 |
* | removed fsencode and fsdecode | Philip Thiem | 2013-11-07 | 1 | -53/+44 |
* | Removed verbose warning from svn_utils.py | philip_thiem | 2013-11-05 | 1 | -1/+0 |
* | Added a legacy fallback test | Philip Thiem | 2013-09-28 | 1 | -17/+223 |
* | Tweaks to get everything to pass again. | Philip Thiem | 2013-07-20 | 1 | -0/+4 |
* | Additional Tests, Various fixes, and encoding dealings | Philip Thiem | 2013-07-20 | 1 | -107/+269 |
* | some notes on things that needs to be fixed after all | Philip Thiem | 2013-07-06 | 1 | -2/+11 |
* | added some cmdline testing for svn_util and allowed negative numbers in the min | Philip Thiem | 2013-07-05 | 1 | -1/+14 |
* | fixed some issues with OSError | Philip Thiem | 2013-07-05 | 1 | -5/+11 |
* | urlparse --> urllib.parse in py3 | Philip Thiem | 2013-07-05 | 1 | -1/+6 |
* | consolidated externals and enteries because enteries need to file to | Philip Thiem | 2013-07-04 | 1 | -21/+25 |
* | use urlparse for url detection | Philip Thiem | 2013-07-04 | 1 | -3/+5 |
* | removed the objects | Philip Thiem | 2013-07-04 | 1 | -236/+6 |
* | got some global version done, SVN 1.3.x or later now required | Philip Thiem | 2013-07-04 | 1 | -1/+1 |
* | cannot use list since that requires repo access, initial recurse parsing | Philip Thiem | 2013-07-04 | 1 | -37/+51 |
* | cannot use list since that requires repo access, initial recurse parsing | Philip Thiem | 2013-07-04 | 1 | -20/+42 |
* | get_svn_method now direectly called svn_utils.parse_revision | Philip Thiem | 2013-07-04 | 1 | -15/+0 |
* | get_svn_method now direectly called svn_utils.parse_revision | Philip Thiem | 2013-07-04 | 1 | -19/+22 |
* | get_url now uses pulldom | Philip Thiem | 2013-07-04 | 1 | -8/+21 |
* | Remove some temporary logging | Philip Thiem | 2013-07-04 | 1 | -1/+0 |
* | If using a command, we can query the working copy version directly. | Philip Thiem | 2013-07-04 | 1 | -2/+5 |
* | If using a command, we can query the working copy version directly. | Philip Thiem | 2013-07-04 | 1 | -12/+40 |
* | py3 fixes | Philip Thiem | 2013-06-30 | 1 | -23/+18 |
* | Finished some 1.7 tests, and updated the zip file to include the .svn dirs | Philip Thiem | 2013-06-30 | 1 | -29/+40 |
* | Oops didn't return a value | Philip Thiem | 2013-06-30 | 1 | -1/+1 |
* | minor cleanups, added imports, | Philip Thiem | 2013-06-30 | 1 | -50/+68 |
* | Added SVNTextEntries for the moment as a fallback for no SVN/Rev8-10 | Philip Thiem | 2013-06-30 | 1 | -14/+121 |
* | added querying externals to the classes | Philip Thiem | 2013-06-30 | 1 | -0/+22 |
* | cleaned up the svn module, I think I can drop the old entry parsing all together | Philip Thiem | 2013-06-30 | 1 | -71/+15 |
* | Added a class for getting SVN information with a cmd. | Philip Thiem | 2013-06-30 | 1 | -16/+100 |
* | Add svn_util.py http://bugs.python.org/setuptools/file51/svn_versioning_2.patch | Philip Thiem | 2013-06-29 | 1 | -0/+110 |