| 1 | Python traceback |
|---|
| 2 | |
|---|
| 3 | Traceback (most recent call last): |
|---|
| 4 | File "C:\Apache\Python\Lib\site-packages\trac\web\modpython_frontend.py", line 206, in handler |
|---|
| 5 | dispatch_request(mpr.path_info, mpr, env) |
|---|
| 6 | File "C:\Apache\Python\Lib\site-packages\trac\web\main.py", line 139, in dispatch_request |
|---|
| 7 | dispatcher.dispatch(req) |
|---|
| 8 | File "C:\Apache\Python\Lib\site-packages\trac\web\main.py", line 107, in dispatch |
|---|
| 9 | resp = chosen_handler.process_request(req) |
|---|
| 10 | File "C:\Apache\Python\Lib\site-packages\trac\versioncontrol\web_ui\browser.py", line 102, in process_request |
|---|
| 11 | self._render_directory(req, repos, node, rev) |
|---|
| 12 | File "C:\Apache\Python\Lib\site-packages\trac\versioncontrol\web_ui\browser.py", line 134, in _render_directory |
|---|
| 13 | changes = get_changes(self.env, repos, [i['rev'] for i in info]) |
|---|
| 14 | File "C:\Apache\Python\Lib\site-packages\trac\versioncontrol\web_ui\util.py", line 33, in get_changes |
|---|
| 15 | changeset = repos.get_changeset(rev) |
|---|
| 16 | File "C:\Apache\Python\lib\site-packages\trac\versioncontrol\cache.py", line 42, in get_changeset |
|---|
| 17 | self.sync() |
|---|
| 18 | File "C:\Apache\Python\lib\site-packages\trac\versioncontrol\cache.py", line 101, in sync |
|---|
| 19 | current_rev = self.repos.next_rev(current_rev) |
|---|
| 20 | File "C:\Apache\Python\Lib\site-packages\trac\versioncontrol\svn_fs.py", line 311, in next_rev |
|---|
| 21 | idx = self.history.index(rev) |
|---|
| 22 | ValueError: list.index(x): x not in list |
|---|