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

Re: svn status: does not notice changed file if timestamp of "new " file is older

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-13 21:49:07 CET

Ben Collins-Sussman <sussman@collab.net> writes:

> I don't understand. Are you saying it's possible for the mtime to be
> unchanged, but the contents have changed? How is that possible?

It's easy enough to do it deliberately

$ cp -a README README.1
$ echo x >> README
$ svn st
M README
$ touch -r README.1 README
$ svn st
$ diff README .svn/text-base/README.svn-base
5c5
< $LastChangedDate: 2002-09-09 04:20:29 +0100 (Mon, 09 Sep 2002) $

---
> $LastChangedDate$
201d200
< x
-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 13 21:49:56 2002

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.