id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 3773 Timeline not showing - getting error Jordan Jonas Borgström "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) }}} " defect closed normal timeline 0.9.4 normal worksforme svn needinfo