Issue29

Title SVN detection for package indices breaks on Sourceforge.net
Priority bug Status resolved
Superseder Nosy List nyergler, pje
Assigned To Keywords

Created on 2008-07-28.21:50:11 by nyergler, last changed 2008-08-21.19:10:18 by pje.

Messages
msg101 (view) Author: pje Date: 2008-08-21.19:10:18
Fixed in trunk and branch.
msg64 (view) Author: nyergler Date: 2008-07-28.21:50:11
PackageIndex._download_html (setuptools/package_index.py) attempts to detect if
an HTML page is a Subversion repository using the regular expression
r'<title>Revision \d+:'.  This breaks for Sourceforge subversion repositories,
which include the project name before the "Revision" text (see
http://cctools.svn.sourceforge.net/svnroot/cctools/vendorlibs/utidylib/ for an
arbitrary example).
History
Date User Action Args
2008-08-21 19:10:18pjesetstatus: unread -> resolved
nosy: + pje
messages: + msg101
2008-07-28 21:50:11nyerglercreate