Edgewall Software

Opened 17 years ago

Last modified 17 years ago

#5423 closed defect

repos.sync throws NoSuchChangeset — at Initial Version

Reported by: csapuntz@… Owned by: Jonas Borgström
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

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 syn\

c

self.youngest = self.repos.normalize_rev(self.youngest)

File "/usr/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py", line 312, in no\

rmalize_rev

raise NoSuchChangeset(rev)

trac.versioncontrol.api.NoSuchChangeset: No changeset 9408 in the repository

Change History (0)

Note: See TracTickets for help on using tickets.