[Distutils] AttributeError: 'NoneType' object has no attribute 'group' in get_svn_revision

Phillip J. Eby pje at telecommunity.com
Mon Sep 18 16:19:57 CEST 2006


At 12:50 PM 9/18/2006 +0200, Markus Tacker wrote:
>Hoi, while trying to build the webadmin plugin for trac setuptools die 
>with this error:

The version of setuptools you're using doesn't support Subversion 1.4; you 
need to upgrade to the latest version using either:

     easy_install setuptools==dev

or

     easy_install setuptools==dev06

Depending on whether you want the 0.7a1 trunk or an early version of 
0.6c3.  I just added support for Subversion 1.4 this weekend, along with a 
fix so that future Subversion working copy format changes won't cause errors.



More information about the Distutils-SIG mailing list