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

Re: Subversion & FAT failures

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-06-27 19:17:36 CEST

On Mon, 2005-06-27 at 10:48 -0500, Carl Karsten wrote:
> Fill me (and perhaps Erik) in - What is the use case for a script that would be
> impacted by this bug?

svn update
<make a scripted change to a file>
svn commit

If the scripted change occurs before the system time advances past the
FAT resolution, Subversion might not detect that the file has changed,
and the commit won't transmit that file.

(We could store the size of the unmodified working copy file
in .svn/entries, and check whether that has changed as well. That would
substantially reduce the impact of this kind of bug. But I'm not sure
it's worth the effort and space and code complexity.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 27 19:23:18 2005

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.