Edgewall Software

Opened 18 years ago

Last modified 17 years ago

#3773 closed defect

Timeline not showing - getting error — at Initial Version

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

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, [irev 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)

Change History (0)

Note: See TracTickets for help on using tickets.