[issue2770] Subversion 1.5 Working Copies Break Setuptools

2008-05-12 Thread Georg Brandl

Georg Brandl [EMAIL PROTECTED] added the comment:

This is now tracked in http://bugs.python.org/setuptools/issue4.

--
nosy: +georg.brandl
resolution:  - duplicate
status: open - closed

__
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



[issue2770] Subversion 1.5 Working Copies Break Setuptools

2008-05-05 Thread Augie Fackler

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



[issue2770] Subversion 1.5 Working Copies Break Setuptools

2008-05-05 Thread Georg Brandl

Changes by Georg Brandl [EMAIL PROTECTED]:


--
assignee:  - pje
nosy: +pje

__
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