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

Re: Forcing complete binary file comparison for checkin

From: Andy Levy <andy.levy_at_gmail.com>
Date: Sun, 3 Feb 2008 09:50:33 -0500

On Feb 3, 2008 1:49 AM, Sang Go <sanghgo_at_gmail.com> wrote:
> SVN does not seem to detect changes in binary files that have changed, but
> the file date, time, nor size has changed. This occurs when doing lossless
> rotation of JPEG images where the file date and time are forced to retain
> the original date and time.

That's correct. SVN uses the date/time of the file as the primary
indication that the file has changed.

Your tools which are changing these files without updating the
date/time are in the wrong.

> How can I get SVN to recognize these changes so that these updated files can
> be checked in?

Make the date/time change. If you can't change tools/get the tools you
use fixed, use touch to change the file's timestamp by 5 seconds.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-03 16:11:28 CET

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.