Modify ↓
#1695 closed defect (duplicate)
No util to import from svn
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | timeline | Version: | 0.8.4 |
| Severity: | critical | Keywords: | svn1.2 util |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/core.py", line 531, in cgi_start
real_cgi_start()
File "/usr/lib/python2.3/site-packages/trac/core.py", line 526, in real_cgi_start
dispatch_request(path_info, args, req, env)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 439, in dispatch_request
module = module_factory(args, env, database, req)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 172, in module_factory
import sync
File "/usr/lib/python2.3/site-packages/trac/sync.py", line 22, in ?
from svn import fs, util, delta, repos, core
ImportError: cannot import name util
I put it in timeline, but it's acctually reposetory related, I think. Given that there doesn't seem to be a util module in svn, I guess this is due to a change in subversion 1.2
Attachments (0)
Change History (2)
comment:1 by , 20 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
comment:2 by , 20 years ago
Are you sure you are using 0.8.4? That line was changed in [1583] for subversion 1.2 compatibility and was in 0.8.2.
Note:
See TracTickets
for help on using tickets.



Duplicate of #1500, which has been fixed in 0.8.3.
You probably haven't updated the Trac package properly if you're indeed running 0.8.4.