Opened 17 years ago

Last modified 17 years ago

#1354 closed defect

Incoherent path when deleting multiple branches at once — at Initial Version

Reported by: anonymous Owned by: Emmanuel Blot
Priority: normal Component: RevtreePlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

I have a rev in which I deleted a bunch of old unused branches. I don't mind that the revtree plugin can't figure out that particular rev, but it would be nice for it not to give a python traceback; is there any way it could catch the error and keep going? Maybe it could even mark the resulting node to indicate the incoherency or something. Of course it would have to pick one branch to put the node on; I don't think any choice is better than any other, so whatever's easiest is best.

Traceback (most recent call last):

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 356, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 224, in dispatch

resp = chosen_handler.process_request(req)

File "build/bdist.linux-i686/egg/revtree/web_ui.py", line 186, in process_request File "build/bdist.linux-i686/egg/revtree/web_ui.py", line 314, in _process_revtree File "build/bdist.linux-i686/egg/revtree/model.py", line 309, in build File "build/bdist.linux-i686/egg/revtree/model.py", line 58, in build

AssertionError: Incoherent path [branches/abc] != [branches/xyz_x64] rev: 11725

Change History (0)

Note: See TracTickets for help on using tickets.