Edgewall Software
Modify

Opened 18 years ago

Closed 17 years ago

#3773 closed defect (worksforme)

Timeline not showing - getting error

Reported by: Jordan Owned by: Jonas Borgström
Priority: normal Milestone:
Component: timeline Version: 0.9.4
Severity: normal Keywords: svn needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

We have a fully functioning SVN/Trac system, but one of our projects is not showing the Timeline and Browse Source data. Actually, the timeline does work, but you cannot view the checkins. So, something's out of sync between the svn and trac systems. I know it was working not that long ago, and haven't changed either svn or trac recently.

If we were just starting the project, I would just re-create the repo and the trac project, buuuut, we're now 6 months into the thing and I can't afford to loose the change lists. Plus, we have developers working on the project all day, so taking the time to pull everything down and rebuild would be costly. If there's any way you most excellent Trac gawds can help, I'd be very grateful 8-)

Here is the traceback:

Python traceback
Traceback (most recent call last):
  File "C:\Python23\lib\site-packages\trac\web\cgi_frontend.py", line 130, in run
    dispatch_request(req.path_info, req, env)
  File "C:\Python23\lib\site-packages\trac\web\main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python23\lib\site-packages\trac\web\main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "C:\Python23\lib\site-packages\trac\versioncontrol\web_ui\browser.py", line 102, in process_request
    self._render_directory(req, repos, node, rev)
  File "C:\Python23\lib\site-packages\trac\versioncontrol\web_ui\browser.py", line 134, in _render_directory
    changes = get_changes(self.env, repos, [i['rev'] for i in info])
  File "C:\Python23\lib\site-packages\trac\versioncontrol\web_ui\util.py", line 33, in get_changes
    changeset = repos.get_changeset(rev)
  File "C:\Python23\lib\site-packages\trac\versioncontrol\cache.py", line 42, in get_changeset
    self.sync()
  File "C:\Python23\lib\site-packages\trac\versioncontrol\cache.py", line 82, in sync
    changeset = self.repos.get_changeset(current_rev)
  File "C:\Python23\lib\site-packages\trac\versioncontrol\svn_fs.py", line 251, in get_changeset
    self.fs_ptr, self.pool)
  File "C:\Python23\lib\site-packages\trac\versioncontrol\svn_fs.py", line 450, in __init__
    message = self._get_prop(core.SVN_PROP_REVISION_LOG)
  File "C:\Python23\lib\site-packages\trac\versioncontrol\svn_fs.py", line 517, in _get_prop
    return fs.revision_prop(self.fs_ptr, self.rev, name, self.pool())
  File "C:\Python23\lib\libsvn\fs.py", line 575, in svn_fs_revision_prop
    return apply(_fs.svn_fs_revision_prop, args)
SubversionException: ('No such revision 2451', 160006)

Attachments (0)

Change History (3)

comment:1 by Emmanuel Blot, 18 years ago

Description: modified (diff)

Did you try to run trac-admin resync ?

You might also want to upgrade to the latest bug fix release 0.9.6

comment:2 by Christian Boos, 18 years ago

Keywords: svn needinfo added

Did the resync solve the issue?

comment:3 by ThurnerRupert, 17 years ago

Resolution: worksforme
Status: newclosed

would you pls be so kind to reopen the ticket if the problem still exists?

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.