Junio C Hamano [off-list ref] writes:
Nick Woolley [off-list ref] writes:
quoted
Mike Ralphson wrote:
quoted
cvs commit: Up-to-date check failed for ` space'
cvs [commit aborted]: correct above errors first!
* FAIL 15: re-commit a removed filename which remains in CVS attic
* failed 1 among 15 test(s)
But it does seem to be repeatable; I wouldn't rule out a race condition.
Ehh, sorry, it "does not" seem to be repeatable. Sometimes and only
sometimes it fails...
torsdag 11 juni 2009 19:04:54 skrev Junio C Hamano [off-list ref]:
Junio C Hamano [off-list ref] writes:
quoted
Nick Woolley [off-list ref] writes:
quoted
Mike Ralphson wrote:
quoted
cvs commit: Up-to-date check failed for ` space'
cvs [commit aborted]: correct above errors first!
* FAIL 15: re-commit a removed filename which remains in CVS attic
* failed 1 among 15 test(s)
But it does seem to be repeatable; I wouldn't rule out a race condition.
Ehh, sorry, it "does not" seem to be repeatable. Sometimes and only
sometimes it fails...
CVS har a timestamp in CVS/Entries that has whole second resolution. In
addition it's built-in method for trying to work around the problem by sleeping
until the next second wraps around is flaky. cvsexportcommit already has
one sleep for this. Maybe it's not enough.
-- robin