Message294

Author grant
Recipients asmodai, cboos, durin42, grant, jaraco, mjpieters
Date 2009-05-29.18:58:46
Content
Actually, I found another bug in svn_versioning_2.patch: If you do a "setup.py
sdist" on setuptools itself, setuptools/cli.exe and setuptools/gui.exe weren't
being copied.

This looks like a logic error in SVNEntriesText.get_undeleted_records(): it no
longer accepts directory records (which have a length of 2), which means that
sdist no longer recurses into subdirectory. I've attached svn_versioning_4.patch
as a fix to both the problems I ran into.
Files
File name Uploaded
svn_versioning_4.patch grant, 2009-05-29.18:58:46
History
Date User Action Args
2009-05-29 18:58:46grantsetmessageid: <1243623526.68.0.237795110222.issue64@psf.upfronthosting.co.za>
2009-05-29 18:58:46grantsetrecipients: + grant, asmodai, durin42, jaraco, cboos, mjpieters
2009-05-29 18:58:46grantlinkissue64 messages
2009-05-29 18:58:46grantcreate