Opened 13 years ago

Last modified 10 years ago

#9231 new defect

RevtreePlugin StopIteration: — at Version 1

Reported by: cristina.sorina@… Owned by: Emmanuel Blot
Priority: high Component: RevtreePlugin
Severity: major Keywords: Revtree Plugin
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

Hi!

Could you please help me with a Revtree plugin issue I'm trying to handle for some while and nothing seems to work.

Many thanks! Here is the DEBUG log:

2011-10-04 11:39:12,781 Trac[main] ERROR: Internal Server Error: 
Traceback (most recent call last):
  File "/opt/project/lib/python2.6/site-packages/trac/web/main.py", line 450, in _dispatch_request
    dispatcher.dispatch(req)
  File "/opt/project/lib/python2.6/site-packages/trac/web/main.py", line 206, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/revtree/web_ui.py", line 246, in process_request
    return self._process_revtree(req)
  File "build/bdist.linux-i686/egg/revtree/web_ui.py", line 356, in _process_revtree
    repos.build(self.bcre, revrange=(oldest, youngest))
  File "build/bdist.linux-i686/egg/revtree/model.py", line 446, in build
    info = Changeset.get_chgset_info(vc)
  File "build/bdist.linux-i686/egg/revtree/model.py", line 51, in get_chgset_info
    item = chgit.next()
StopIteration:

Change History (1)

comment:1 Changed 13 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.