Modify ↓
#3863 closed defect (worksforme)
Can't update to new WebAdmin
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/web | Version: | 0.10 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Can't update to the current WebAdmin version. I get the following error message:
Aton:/usr/local/src/webadmin # svn up At revision 3857. Aton:/usr/local/src/webadmin # python setup.py egg_info running egg_info Traceback (most recent call last): File "setup.py", line 34, in ? entry_points = { File "/usr/lib/python2.4/distutils/core.py", line 149, in setup dist.run_commands() File "/usr/lib/python2.4/distutils/dist.py", line 946, in run_commands self.run_command(cmd) File "/usr/lib/python2.4/distutils/dist.py", line 965, in run_command cmd_obj.ensure_finalized() File "/usr/lib/python2.4/distutils/cmd.py", line 117, in ensure_finalized self.finalize_options() File "/usr/local/lib/python2.4/site-packages/setuptools-0.6c1-py2.4.egg/setuptools/command/egg_info.py", line 85, in finalize_options self.vtags = self.tags() File "/usr/local/lib/python2.4/site-packages/setuptools-0.6c1-py2.4.egg/setuptools/command/egg_info.py", line 179, in tags ): version += '-r%s' % self.get_svn_revision() File "/usr/local/lib/python2.4/site-packages/setuptools-0.6c1-py2.4.egg/setuptools/command/egg_info.py", line 196, in get_svn_revision dirurl = urlre.search(data).group(1) # get repository URL AttributeError: 'NoneType' object has no attribute 'group' Aton:/usr/local/src/webadmin #
I'm running it on OpenSuSE 10.1, Subversion 1.4 and Trac 0.10.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This is a setuptools bug with SVN 1.4. Upgrade to the latest version of setuptools.