Issue2770
Created on 2008-05-05 14:06 by durin42, last changed 2008-05-12 16:58 by georg.brandl.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
setuptools_patch.txt
|
durin42,
2008-05-05 14:06
|
Patch that fixes setuptools for svn 1.5 |
|
|
| 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) |
Date: 2008-05-12 16:58 |
|
This is now tracked in http://bugs.python.org/setuptools/issue4.
|
|
| Date |
User |
Action |
Args |
| 2008-05-12 16:58:01 | georg.brandl | set | status: open -> closed resolution: duplicate messages:
+ msg66739 nosy:
+ georg.brandl |
| 2008-05-05 18:05:07 | georg.brandl | set | assignee: pje nosy:
+ pje |
| 2008-05-05 14:06:38 | durin42 | create | |
|