Edgewall Software
Modify

Ticket #3728 (closed defect: worksforme)

Opened 5 years ago

Last modified 5 years ago

'No such revision 26'

Reported by: fannoj@… Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.9.6
Severity: normal Keywords:
Cc:
Release Notes:
API Changes:

Description (last modified by mgood) (diff)

I Create a project named A_Enchanter_00 to subvision, i then added some data last one was "revision 26", i then deleted the project again, and then recreated project with the same name when you click "browse soure it try's to look for, revision 26 and for good reason it is not there.

Python traceback
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/trac/web/fcgi_frontend.py", line 40, in _handler
    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/versioncontrol/web_ui/browser.py", line 102, in process_request
    self._render_directory(req, repos, node, rev)
  File "/usr/local/lib/python2.4/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 "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/web_ui/util.py", line 33, in get_changes
    changeset = 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 82, in sync
    changeset = self.repos.get_changeset(current_rev)
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 251, in get_changeset
    self.fs_ptr, self.pool)
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 450, 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 517, 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 26', 160006)

Attachments

Change History

comment:1 Changed 5 years ago by mgood

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

If you change your project to a different Subversion repository you need to run:

trac-admin /path/to/project resync"

in order to update Trac's cache of the repository information.

comment:2 Changed 5 years ago by anonymous

  • Resolution worksforme deleted
  • Status changed from closed to reopened

comment:3 follow-up: Changed 5 years ago by anonymous

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

Reopening a ticket without supplying any reasons is senseless.
BTW: I do not think that anonymous should have TICKET_MODIFY permissions at edgewall ...

comment:4 in reply to: ↑ 3 Changed 5 years ago by eblot

Replying to anonymous:

Reopening a ticket without supplying any reasons is senseless.
BTW: I do not think that anonymous should have TICKET_MODIFY permissions at edgewall ...

Sure, but you've replied and changed the ticket as .. anonymous ;-)

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.