Modify ↓
Opened 20 years ago
Closed 19 years ago
#3147 closed defect (wontfix)
subversion problem
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.9.5 |
| Severity: | normal | Keywords: | needinfo |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
cannot import name SubversionRepository
Python Trace
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/standalone.py", line 303, in _do_trac_req
dispatch_request(path_info, req, env)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.3/site-packages/trac/Timeline.py", line 140, in process_request
filters)
File "/usr/lib/python2.3/site-packages/trac/versioncontrol/web_ui/changeset.py", line 108, in get_timeline_events
repos = self.env.get_repository()
File "/usr/lib/python2.3/site-packages/trac/env.py", line 155, in get_repository
from trac.versioncontrol.svn_fs import SubversionRepository
ImportError: cannot import name SubversionRepository
Attachments (0)
Change History (3)
comment:1 by , 20 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 19 years ago
| Keywords: | needinfo added |
|---|
Note:
See TracTickets
for help on using tickets.



This probably should have been asked on the MailingList first (to get a faster response especially). Is this a new installation? Have you you tried upgrading to the latest stable version (either in the 0.9 branch or 0.10 branch)?