Modify ↓
#1638 closed defect (duplicate)
assertion on trying to look at the tree
Reported by: | anonymous | Owned by: | Emmanuel Blot |
---|---|---|---|
Priority: | normal | Component: | RevtreePlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I get the following backtrace when trying to look at the revtree. FYI: the mentioned revision deletes a few files in /branches/servers/* and at the same time copies some files from /branches/servers to /tags/servers.
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-x86_64/egg/revtree/web_ui.py", line 186, in process_request File "build/bdist.linux-x86_64/egg/revtree/web_ui.py", line 314, in _process_revtree File "build/bdist.linux-x86_64/egg/revtree/model.py", line 309, in build File "build/bdist.linux-x86_64/egg/revtree/model.py", line 58, in build AssertionError: Incoherent path [tags] != [branches/servers] rev: 44826
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
Resolution: | → duplicate |
---|---|
Severity: | blocker → critical |
Status: | new → closed |
comment:2 Changed 18 years ago by
Acually, this is a duplicate of #1284, but ticket:1090:2 provides the details about this very issue.
Note: See
TracTickets for help on using
tickets.
Duplicate of #1090.