[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-11-12 21:20:55 CET

subversion@lclark.net writes:

> As I understand it, Windows keeps three "dates" per file:
> Created Date, Modified Date, Accessed Date. I am a little confused by your
> explanation since none of those dates should be equal to their counterpart
> dates in the textbase version.

Subversion never looks at the textbase timestamp. It looks at the
timestamp recorded in the entries file, and compares it to the
timestamp on the working file.

> (I checked to make sure that this is the case). Also, I went back
> to make sure that the WC version of the file file was substantively
> different than the textbase version just to make sure I wasn't doing
> anything dumb.

Now you've managed to confuse me as well.

Are you saying that you've managed to create this scenario?

   1. a working file and its text-base file have different contents
   2. the working file has the exact same timestamp as is recorded in
      the entries file.

If so, how did this scenario happen?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 12 21:22:53 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.