Message293

Author grant
Recipients asmodai, cboos, durin42, grant, jaraco, mjpieters
Date 2009-05-27.16:08:35
Content
I applied the most recent svn_versioning_2.patch to the dev06 setuptools branch, 
but ran into a recursion executing

easy_install 'svn://svn.eby-sarna.com/svnroot/AddOns#egg=AddOns-dev'

with subversion-1.6.2 installed.

The problem seemed to be that the checked out AddOns had an svn:externals for 
ez_setup, and listing that would recurse because the first entry returned by 
SVNEntriesText.get_undeleted_records() had a path of ''. So, I'm attaching a 
svn_versioning_3.patch that excludes an empty path. I'm really not sure if this 
is generally correct, but it does work for me.
Files
File name Uploaded
svn_versioning_3.patch grant, 2009-05-27.16:08:35
History
Date User Action Args
2009-05-27 16:08:35grantsetmessageid: <1243440515.81.0.39303419331.issue64@psf.upfronthosting.co.za>
2009-05-27 16:08:35grantsetrecipients: + grant, asmodai, durin42, jaraco, cboos, mjpieters
2009-05-27 16:08:35grantlinkissue64 messages
2009-05-27 16:08:35grantcreate