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

Re: Spurious changes on Windows 7 (Win 7 Win7)

From: Leo Davidson <leonudeldavidson_at_gmail.com>
Date: Fri, 30 Jul 2010 18:31:20 +0100

> If I copy the file away somewhere and do a SVN update,
> I get a clean file

What happens if you do a binary comparison (or MD5 checksum or
whatever) on the old and new files?

Are their contents identical?

> but now with today's date which is less than ideal.

Subversion (and most revision control systems) will bump the local
files' times to the current time whenever they are modified (even if
the modification is to revert back to an ancient version of the
files).

This is done on purpose to ensure programs pick up the files as "new"
(otherwise some tools would ignore the fact you had changed a file
because they think it is old).

Excel files store their own modification (etc.) timestamps within the
files themselves (separate and independent of the normal fileystsem
metadata/timestamps) so you can use those to know when files were
modified from that point of view.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2640735

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-07-30 19:31:28 CEST

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

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