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

Re: Changes in small binary files are not detected by svn client

From: Wolfgang Rohdewald <wolfgang_at_rohdewald.de>
Date: 2006-06-10 12:12:30 CEST

On Friday 09 June 2006 17:49, Dirk Schenkewitz wrote:
> How it should be is described here:
> http://article.gmane.org/gmane.comp.version-control.subversion.user/31810

it recommends

   if (timestamp has changed)
      return CHANGED; // because at least the timestamp changed
   else if (filesize has changed)
      return CHANGED; // obviously...
   else // timestamp and filesize are unchanged, now make sure:
      compare byte-by-byte.

if your working copy contains 1000 files and you edit 1 of them,
999 files would have to be byte compared. This is not
acceptable. Especially if some of them are things like ISO
images.

always_force_byte_by_byte_compare with default NO seems to be
acceptable to me.

-- 
Wolfgang
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 10 12:14:50 2006

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

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