Edgewall Software

Opened 19 years ago

Last modified 19 years ago

#2131 closed defect

Timeline view doen't working without SVN setted up — at Initial Version

Reported by: dimas Owned by: Jonas Borgström
Priority: high Milestone:
Component: timeline Version: 0.9b1
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

We setup Trac without SVN using patch found somwhere here, but Timeline doesn't working with next error message: cannot import name SubversionRepository

Stack trace

Traceback (most recent call last):
  File "/usr/local/src/muranosoft_dist/tools/trac/lib/python2.3/site-packages/trac/web/standalone.py", line 230, in _do_trac_req
    dispatch_request(path_info, req, env)
  File "/usr/local/src/muranosoft_dist/tools/trac/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/src/muranosoft_dist/tools/trac/lib/python2.3/site-packages/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/src/muranosoft_dist/tools/trac/lib/python2.3/site-packages/trac/Timeline.py", line 137, in process_request
    filters)
  File "/usr/local/src/muranosoft_dist/tools/trac/lib/python2.3/site-packages/trac/versioncontrol/web_ui/changeset.py", line 106, in get_timeline_events
    repos = self.env.get_repository()
  File "/usr/local/src/muranosoft_dist/tools/trac/lib/python2.3/site-packages/trac/env.py", line 143, in get_repository
    from trac.versioncontrol.svn_fs import SubversionRepository
ImportError: cannot import name SubversionRepository

Change History (0)

Note: See TracTickets for help on using tickets.