summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771>2008-07-16 13:56:51 +0000
committerphillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771>2008-07-16 13:56:51 +0000
commit9f09fe1c2baa4a4f6077b0bd4a423a3369477371 (patch)
treea15cf55f590e0f4c705ce211beb5aea1999a9ea6
parent09591fd29f190dc42d010de227e66085cd4ba86d (diff)
downloadpython-setuptools-9f09fe1c2baa4a4f6077b0bd4a423a3369477371.tar.gz
Support subversion 1.5
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@65014 6015fed2-1504-0410-9fe1-9d1591cc4771
-rwxr-xr-xsetuptools/command/sdist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/sdist.py b/setuptools/command/sdist.py
index 40c5a7c..5bd5ebd 100755
--- a/setuptools/command/sdist.py
+++ b/setuptools/command/sdist.py
@@ -86,7 +86,7 @@ def entries_finder(dirname, filename):
f = open(filename,'rU')
data = f.read()
f.close()
- if data.startswith('8'): # subversion 1.4
+ if data.startswith('9') or data.startswith('8'): # subversion 1.5/1.4
for record in map(str.splitlines, data.split('\n\x0c\n')[1:]):
if not record or len(record)>=6 and record[5]=="delete":
continue # skip deleted