id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 2782,trac error when loading /revtree,wan@…,Emmanuel Blot,"==== How to Reproduce ==== While doing a GET operation on `/revtree`, Trac issued an internal error. revtree was downloaded as zip file from trac-hacks on March 21, 2008. svn module in trac is working properly. trac.ini: {{{ [revtree] abstime = True branch_re = ^(?Pbranches/[^/]+|trunk|tags)(?:/(?P.*))?$ contexts = changeset, browser revbase = 100 scale = 1.0 style = compact trunks = trunk }}} User Agent was: `Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12) Gecko/20080208 Fedora/2.0.0.12-1.fc8 Firefox/2.0.0.12` ==== System Information ==== || '''Trac''' || `0.11b2` || || '''Python''' || `2.5.1 (r251:54863, Oct 30 2007, 13:45:26) ` [[br]] `[GCC 4.1.2 20070925 (Red Hat 4.1.2-33)]` || || '''setuptools''' || `0.6c8` || || '''SQLite''' || `3.4.2` || || '''pysqlite''' || `2.3.2` || || '''Genshi''' || `0.4.4` || || '''mod_python''' || `3.3.1` || || '''Pygments''' || `0.9` || || '''Subversion''' || `1.4.4 (r25188)` || || '''jQuery:''' || `1.2.3` || ==== Python Traceback ==== {{{ Traceback (most recent call last): File ""build/bdist.linux-x86_64/egg/trac/web/main.py"", line 419, in _dispatch_request dispatcher.dispatch(req) File ""build/bdist.linux-x86_64/egg/trac/web/main.py"", line 196, in dispatch resp = chosen_handler.process_request(req) File ""build/bdist.linux-x86_64/egg/revtree/web_ui.py"", line 177, in process_request return self._process_revtree(req) File ""build/bdist.linux-x86_64/egg/revtree/web_ui.py"", line 300, in _process_revtree repos.build(self.bcre, revrange=(oldest, youngest)) File ""build/bdist.linux-x86_64/egg/revtree/model.py"", line 320, in build chgset.build(bcre) File ""build/bdist.linux-x86_64/egg/revtree/model.py"", line 57, in build if not self._find_simple_branch(bcre): File ""build/bdist.linux-x86_64/egg/revtree/model.py"", line 86, in _find_simple_branch item = change_gen.next() StopIteration }}} ",defect,closed,normal,RevtreePlugin,normal,worksforme,,,0.11