Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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 17 years ago by Emmanuel Blot

Resolution: duplicate
Severity: blockercritical
Status: newclosed

Duplicate of #1090.

comment:2 Changed 17 years ago by Emmanuel Blot

Acually, this is a duplicate of #1284, but ticket:1090:2 provides the details about this very issue.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Emmanuel Blot.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.