Edgewall Software

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#5449 closed defect (wontfix)

Trac problem — at Version 1

Reported by: benor.or@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: version control Version:
Severity: normal Keywords: sync
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

Python Traceback
Traceback (most recent call last):
  File "/data/trac/install//lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/data/trac/install//lib/python2.4/site-packages/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/data/trac/install//lib/python2.4/site-packages/trac/web/main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/data/trac/install//lib/python2.4/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/data/trac/install//lib/python2.4/site-packages/trac/versioncontrol/cache.py", line 102, in sync
    self.youngest = self.repos.normalize_rev(self.youngest)
  File "/data/trac/install//lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 312, in normalize_rev
    raise NoSuchChangeset(rev)
NoSuchChangeset: No changeset 9321 in the repository

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed

Nothing doable with this bug report: no version, no context, no description about the action, etc. For example, see http://www.chiark.greenend.org.uk/~sgtatham/bugs.html or http://subversion.tigris.org/bugs.html

Feel free to re-open this ticket if you can provide usable information.

Note: See TracTickets for help on using tickets.