[issue2770] Subversion 1.5 Working Copies Break Setuptools

Augie Fackler report at bugs.python.org
Mon May 5 16:06:39 CEST 2008


New submission from Augie Fackler <lists at durin42.com>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue2770>
__________________________________


More information about the Python-bugs-list mailing list