Edgewall Software
Modify

Ticket #3773 (closed defect: worksforme)

Opened 5 years ago

Last modified 5 years ago

Timeline not showing - getting error

Reported by: Jordan Owned by: jonas
Priority: normal Milestone:
Component: timeline Version: 0.9.4
Severity: normal Keywords: svn needinfo
Cc:
Release Notes:
API Changes:

Description (last modified by eblot) (diff)

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

Change History

comment:1 Changed 5 years ago by eblot

  • 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 Changed 5 years ago by cboos

  • Keywords svn needinfo added

Did the resync solve the issue?

comment:3 Changed 5 years ago by ThurnerRupert

  • Resolution set to worksforme
  • Status changed from new to closed

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

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.