Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#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 Christopher Lenz)

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 Christopher Lenz, 19 years ago

Description: modified (diff)
Resolution: duplicate
Status: newclosed

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.

comment:2 by anonymous, 19 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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.