Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#5449 closed defect (wontfix)

Trac problem

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

Attachments (0)

Change History (2)

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.

comment:2 by Christian Boos, 17 years ago

Component: generalversion control
Keywords: sync added

If 0.10.4, this kind of problem could be in recent 0.10.5dev, see #5423 and r5612.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.