New submission from Augie Fackler <[EMAIL PROTECTED]>: Subversion 1.5 adds some fields to the entries file in the working copy administrative area. As a result of this, the way in which setuptools checks the entries files results in a raised exception. Having read the spec for the entries file, the issue can be fixed simply by looking for version 8 or version 9 in the opening of the entries file. I've attached a patch that does this. I've tested it extensively locally (been using it for months).
---------- components: Distutils files: setuptools_patch.txt messages: 66271 nosy: durin42 severity: normal status: open title: Subversion 1.5 Working Copies Break Setuptools versions: Python 2.5 Added file: http://bugs.python.org/file10198/setuptools_patch.txt __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2770> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com