Modify ↓
Opened 19 years ago
Closed 19 years ago
#4677 closed defect (duplicate)
strangeness with webadmin under 0.10.3
| Reported by: | Owned by: | Christopher Lenz | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/web | Version: | 0.10.3 |
| Severity: | major | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
I suddenly hit a problem where I can no longer manipulate milestones and other ticket attributes with webadmin. OK, I thought I'll just update it.
But now I get this from a fresh checkout:
[root@webserver trac]# svn co https://svn.edgewall.com/repos/trac/sandbox/webadmin
[root@webserver webadmin]# python setup.py install
running install
running bdist_egg
Traceback (most recent call last):
File "setup.py", line 34, in ?
entry_points = {
...
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/setuptools/command/egg_info.py", line 155, in get_svn_revision
dirurl = urlre.search(data).group(1) # get repository URL
AttributeError: 'NoneType' object has no attribute 'group'
Attachments (0)
Change History (1)
comment:1 by , 19 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



See #3863.