Re: [Distutils] A release to at least stop crashing on Subversion 1.5 would be nice

2008-07-28 Thread Christian Zagrodnick
On 2008-07-24 19:59:11 +0200, kiorky <[EMAIL PROTECTED]> said: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) This is an OpenPGP/MIME signed message (RFC 2440 and 3156) Arlo Belshee a =E9crit : In command/sdist.py, line 90 refers to a global log function which does= not exist. T

Re: [Distutils] [issue29] SVN detection for package indices breaks on Sourceforge.net

2008-07-28 Thread whit morriss
Nathan R. Yergler wrote: New submission from Nathan R. Yergler <[EMAIL PROTECTED]>: PackageIndex._download_html (setuptools/package_index.py) attempts to detect if an HTML page is a Subversion repository using the regular expression r'Revision \d+:'. This breaks for Sourceforge subversion repos

[Distutils] [issue29] SVN detection for package indices breaks on Sourceforge.net

2008-07-28 Thread Nathan R. Yergler
New submission from Nathan R. Yergler <[EMAIL PROTECTED]>: PackageIndex._download_html (setuptools/package_index.py) attempts to detect if an HTML page is a Subversion repository using the regular expression r'Revision \d+:'. This breaks for Sourceforge subversion repositories, which include the

Re: [Distutils] buildout directory computation change

2008-07-28 Thread kiorky
Jim Fulton a écrit : On Jul 28, 2008, at 1:58 PM, Jim Fulton wrote: On Jul 28, 2008, at 1:14 PM, kiorky wrote: Jim Fulton a écrit : On Jul 28, 2008, at 11:28 AM, whit morriss wrote: it looks like something changes in how some vars (ie buildout:egg-directory) gets computed between 1.0.2 an

Re: [Distutils] buildout directory computation change

2008-07-28 Thread Jim Fulton
On Jul 28, 2008, at 1:58 PM, Jim Fulton wrote: On Jul 28, 2008, at 1:14 PM, kiorky wrote: Jim Fulton a écrit : On Jul 28, 2008, at 11:28 AM, whit morriss wrote: it looks like something changes in how some vars (ie buildout:egg- directory) gets computed between 1.0.2 and 1.1.0 OSError: [E

Re: [Distutils] buildout directory computation change

2008-07-28 Thread Jim Fulton
On Jul 28, 2008, at 1:14 PM, kiorky wrote: Jim Fulton a écrit : On Jul 28, 2008, at 11:28 AM, whit morriss wrote: it looks like something changes in how some vars (ie buildout:egg- directory) gets computed between 1.0.2 and 1.1.0 OSError: [Errno 2] No such file or directory: '/Users/whit/de

Re: [Distutils] buildout directory computation change

2008-07-28 Thread Jim Fulton
On Jul 28, 2008, at 1:14 PM, kiorky wrote: ... Can you provide a buildout I can use to reproduce this problem? ... I saw this problem which broke minitage too a week ago. Jim, you can see all the buildouts in there : http://trac.minitage.org/trac/browser like:http://trac.minitage.org/trac

Re: [Distutils] buildout directory computation change

2008-07-28 Thread kiorky
Jim Fulton a écrit : On Jul 28, 2008, at 11:28 AM, whit morriss wrote: it looks like something changes in how some vars (ie buildout:egg-directory) gets computed between 1.0.2 and 1.1.0 OSError: [Errno 2] No such file or directory: '/Users/whit/dev/geo/alm3//Users/whit/dev/geo/alm3/develop-

Re: [Distutils] buildout directory computation change

2008-07-28 Thread Jim Fulton
On Jul 28, 2008, at 11:28 AM, whit morriss wrote: it looks like something changes in how some vars (ie buildout:egg- directory) gets computed between 1.0.2 and 1.1.0 OSError: [Errno 2] No such file or directory: '/Users/whit/dev/geo/ alm3//Users/whit/dev/geo/alm3/develop-eggs' is the resul

Re: [Distutils] upgrading buildout

2008-07-28 Thread Jim Fulton
On Jul 28, 2008, at 11:42 AM, whit morriss wrote: I'm perhaps running buildout in a bit of unusual fashion (from my virtual env bin rather than the builds bin) and updated it recently from 1.0.2 to 1.1.0 to debug some issue folks were having with fresh checkouts of one of my builds (see pr

[Distutils] upgrading buildout

2008-07-28 Thread whit morriss
I'm perhaps running buildout in a bit of unusual fashion (from my virtual env bin rather than the builds bin) and updated it recently from 1.0.2 to 1.1.0 to debug some issue folks were having with fresh checkouts of one of my builds (see previous message). I was suprised when all my zc.recipe.

[Distutils] buildout directory computation change

2008-07-28 Thread whit morriss
it looks like something changes in how some vars (ie buildout:egg-directory) gets computed between 1.0.2 and 1.1.0 OSError: [Errno 2] No such file or directory: '/Users/whit/dev/geo/alm3//Users/whit/dev/geo/alm3/develop-eggs' is the resulting error for: eggs-directory = ${buildout:directory