Ticket #1354 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Incoherent path when deleting multiple branches at once

Reported by: anonymous Assigned to: eblot
Priority: normal Component: RevtreePlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (Last modified by coderanger)

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

Attachments

Change History

03/19/07 07:46:17 changed by coderanger

  • description changed.

Fixing formatting.

03/19/07 18:54:42 changed by eblot

  • release changed from 0.10 to 0.11.
  • status changed from new to closed.
  • resolution set to fixed.

Should be fixed in [2111] for 0.11


Add/Change #1354 (Incoherent path when deleting multiple branches at once)




Change Properties
Action