Edgewall Software
Modify

Ticket #2739 (closed defect: worksforme)

Opened 6 years ago

Last modified 5 years ago

Bug in Trac-Timeline

Reported by: anonymous Owned by: cboos
Priority: high Milestone:
Component: version control Version: 0.9
Severity: major Keywords:
Cc:
Release Notes:
API Changes:

Description (last modified by cboos) (diff)

i haved a project under opencsie.org
When i hit "Timeline" in menu, i've this message :

Oops...
Trac detected an internal error:

('No such revision 13', 160006)

If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team.

Go to http://trac.edgewall.com/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the python traceback found below.

TracGuide — The Trac User and Administration Guide
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 78, in sync
    changeset = self.repos.get_changeset(current_rev)
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 252, in get_changeset
    self.fs_ptr, self.pool)
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 451, in __init__
    message = self._get_prop(core.SVN_PROP_REVISION_LOG)
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 513, in _get_prop
    return fs.revision_prop(self.fs_ptr, self.rev, name, self.pool())
  File "/usr/local/lib/python2.4/site-packages/libsvn/fs.py", line 575, in svn_fs_revision_prop
    return apply(_fs.svn_fs_revision_prop, args)
SubversionException: ('No such revision 13', 160006)

Attachments

Change History

comment:1 Changed 6 years ago by cboos

  • Component changed from general to version control
  • Owner changed from jonas to cboos

Same error as the one reported in #2708.
I asked for some more feedback, but got none, so there
was no progress on the issue...

  • To what is set your repository_dir in you TracIni?
  • What is the youngest revision in your repository (i.e. svnlook youngest /path/to/repos)?
  • Set the log level to DEBUG and to stderr (see TracLogging), and to a trac-admin <your_trac_env> resync. What's the output?

(I'll close #2708 as a duplicate of this one if I get
some feedback here)


comment:2 Changed 6 years ago by anonymous

i'm not the admin of project but now it's right (after a "tracadmin resync" do by the admin)

comment:3 Changed 6 years ago by cboos

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

Ok, so I guess that the check for repository change failed here (see r2312).
The only possibility I see is that there was a svn dump + filter + load,
and that the UUID of the repository was kept.

comment:4 Changed 5 years ago by cboos

  • Description modified (diff)
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 cboos. 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.