Message253

Author mjpieters
Recipients mjpieters
Date 2009-03-27.14:38:51
Content
After upgrading to subversion 1.6, the dreaded unrecognized .svn/entries format
pops up again. The entries format version number is 10, and if I add that to
sdist.entries_finder, things appear to work just fine.

Perhaps the test can be updated to parse the integer and use a >= 9 test on it,
and just assume that future formats will continue to work until proven otherwise?
History
Date User Action Args
2009-03-27 14:38:52mjpieterssetmessageid: <1238164732.16.0.879862864641.issue64@psf.upfronthosting.co.za>
2009-03-27 14:38:52mjpieterssetrecipients: + mjpieters
2009-03-27 14:38:52mjpieterslinkissue64 messages
2009-03-27 14:38:51mjpieterscreate