Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#3164 closed defect (duplicate)

Problem with svn repos

Reported by: Rayan Owned by: Christopher Lenz
Priority: normal Milestone:
Component: version control Version: 0.9.5
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christopher Lenz)

i have this error on my trac…

Python traceback
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line 131, in run
    dispatch_request(req.path_info, req, env)
  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.4/site-packages/trac/Timeline.py", line 138, in process_request
    filters)
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/web_ui/changeset.py", line 116, in get_timeline_events
    chgset = repos.get_changeset(rev)
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/cache.py", line 42, in get_changeset
    self.sync()
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/cache.py", line 83, in sync
    for path,kind,action,base_path,base_rev in changeset.get_changes():
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 488, in get_changes
    change.base_path, pool())
  File "/usr/local/lib/python2.4/site-packages/libsvn/fs.py", line 369, in svn_fs_node_created_rev
    return apply(_fs.svn_fs_node_created_rev, args)
SubversionException: ("File not found: revision 254, path '/Trunk/L2EmuProject_DP_C4/data/jscript/custom/12535_WakeBaium/__init__.py'", 160013)

how can i fix it ? i can't see my timeline anymore all messed up :( thx for advance.

Attachments (0)

Change History (2)

comment:1 by Christopher Lenz, 18 years ago

Component: generalversion control
Description: modified (diff)
Owner: changed from Jonas Borgström to Christopher Lenz
Summary: Problem.Problem with svn repos

So that error is raised when you access the timeline? What about the source browser?

comment:2 by Christian Boos, 18 years ago

Resolution: duplicate
Status: newclosed

The version reported is wrong. Looks like it's 0.9.2 to me, and hence the problem is a duplicate of #2440.

Please upgrade to 0.9.5.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz 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.