Edgewall Software

Opened 17 years ago

Last modified 17 years ago

#5423 closed defect

repos.sync throws NoSuchChangeset — at Version 1

Reported by: csapuntz@… Owned by: Christian Boos
Priority: normal Milestone: 0.10.5
Component: version control Version: 0.10.4
Severity: normal Keywords: resync
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

It seems to me that a sync function shouldn't throw.

Stacktrace:
  File "/usr/bin/bitten-master", line 7, in ?
    sys.exit(
  File "build/bdist.linux-i686/egg/bitten/master.py", line 405, in main
  File "build/bdist.linux-i686/egg/bitten/util/beep.py", line 150, in run
  File "build/bdist.linux-i686/egg/bitten/master.py", line 66, in _enqueue_builds
  File "build/bdist.linux-i686/egg/bitten/queue.py", line 162, in populate
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/cache.py", line 102, in sync
    self.youngest = self.repos.normalize_rev(self.youngest)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py", line 312, in normalize_rev
    raise NoSuchChangeset(rev)
trac.versioncontrol.api.NoSuchChangeset: No changeset 9408 in the repository

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

Component: generalversion control
Description: modified (diff)
Owner: changed from Jonas Borgström to Christian Boos
Note: See TracTickets for help on using tickets.