This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Subversion 1.5 Working Copies Break Setuptools
Type: Stage:
Components: Distutils Versions: Python 2.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: pje Nosy List: durin42, georg.brandl, pje
Priority: normal Keywords:

Created on 2008-05-05 14:06 by durin42, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
setuptools_patch.txt durin42, 2008-05-05 14:06 Patch that fixes setuptools for svn 1.5
Messages (2)
msg66271 - (view) Author: Augie Fackler (durin42) * Date: 2008-05-05 14:06
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).
msg66739 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-12 16:58
This is now tracked in http://bugs.python.org/setuptools/issue4.
History
Date User Action Args
2022-04-11 14:56:34adminsetgithub: 47019
2008-05-12 16:58:01georg.brandlsetstatus: open -> closed
resolution: duplicate
messages: + msg66739
nosy: + georg.brandl
2008-05-05 18:05:07georg.brandlsetassignee: pje
nosy: + pje
2008-05-05 14:06:38durin42create