Edgewall Software
Modify

Ticket #5225 (closed defect: worksforme)

Opened 5 years ago

Last modified 5 years ago

Revision change

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

Description (last modified by cboos) (diff)

Hi,

I've change the SVN revision (dump/load) to clear old revisions. Then the browse source tab got wrong.. Where can we change the revision number used (new checkout in fact)

Oops...
Trac detected an internal error:

('No such revision 1030', 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/lib/python2.3/site-packages/trac/web/cgi_frontend.py", line 131, in run
    dispatch_request(req.path_info, req, env)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/web_ui/browser.py", line 114, in process_request
    self._render_directory(req, repos, node, rev)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/web_ui/browser.py", line 146, in _render_directory
    changes = get_changes(self.env, repos, [i['rev'] for i in info])
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/web_ui/util.py", line 31, in get_changes
    changeset = repos.get_changeset(rev)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/cache.py", line 42, in get_changeset
    self.sync()
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/cache.py", line 78, in sync
    changeset = self.repos.get_changeset(current_rev)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py", line 254, in get_changeset
    self.fs_ptr, self.pool)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py", line 453, in __init__
    message = self._get_prop(core.SVN_PROP_REVISION_LOG)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py", line 508, in _get_prop
    return fs.revision_prop(self.fs_ptr, self.rev, name, self.pool())
SubversionException: ('No such revision 1030', 160006)

Attachments

Change History

comment:1 Changed 5 years ago by cboos

  • Description modified (diff)
  • Resolution set to worksforme
  • Status changed from new to closed

Chances are that you're still running 0.10 or older. Please upgrade to 0.10.4.

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.