Re: File modification detection?
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-17 22:39:53 CEST
Andy Whitcroft wrote:
> It appears that the client file modification detection is incorrectly
That is exactly what's happening. SVN uses the same algorithm as CVS to
if (file's timestamp == one recorded in .svn/entries)
So what you're doing is 'mv'ing a different file with identical
Developers: is this a legitimate hole in our algorithm? Should we
I'm worried that the only way to prevent this is to always-stat the
Still, though, I could imagine somebody 'moving' a file with identical
---------------------------------------------------------------------
|
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.