[Distutils] [issue64] Subversion 1.6 entries format 'unrecognized'
Martijn Pieters
setuptools at bugs.python.org
Fri Mar 27 15:38:52 CET 2009
New submission from Martijn Pieters <mj at zopatista.com>:
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?
----------
messages: 253
nosy: mjpieters
priority: bug
status: unread
title: Subversion 1.6 entries format 'unrecognized'
_______________________________________________
Setuptools tracker <setuptools at bugs.python.org>
<http://bugs.python.org/setuptools/issue64>
_______________________________________________
More information about the Distutils-SIG
mailing list