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? |