[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Caching text-size in the entries file

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2006-09-27 20:17:34 CEST

On Sep 27, 2006, at 1:55 PM, David James wrote:
> Would this change eliminate the need for svn_sleep_for_timestamps()?
> Currently we have 'sleep' statements in many places in Subversion to
> help ensure that mtimes will be different.

Sadly, no. "svn up filename; <command to modify last five bytes of
filename>" leaves the file with the same inode, same size, and same
timestamp if the second command completes in the same second as the
first, unless we do a sleep.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 27 20:17:25 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.