I've just installed revtree and gotten it showing up in the nav bar. When I go to its page, I get the following python dump after 10-15 seconds. The trac log file shows the revtree eggs being loaded and no errors. The web pages has an Oops from trac with an internal error, then the following dump. The repository has few branches but lots of tags.
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 237, 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 55, in build
File "build/bdist.linux-i686/egg/revtree/model.py", line 83, in _find_simple_branch
StopIteration