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

[TSVN] Re: BUG: Files are labeled modfied if the date changes rather than if the file changes...

From: Jens Scheidtmann <Jens.Scheidtmann_at_bayerbbs.com>
Date: 2005-01-18 19:54:55 CET

"Michael D'Auria" <hugemikeyd@hotmail.com> writes:

> For instance, you start making changes to a file and save as you go.  The
> files is actually modified now, but then you realize you made a mistake and
> you shouldn't have edited that part, so you Undo all your work and now the
> file is where it was when you started.  TortoiseSVN shows this as being
> modified, when it is in fact unmodified, that last changed date has just
> changed. 

The file probably _has_ changed --- really! Subversion does look at
last changed file dates, and if they differ, it compares the file to
the version on check-out. Only if the file's really changed, it is
reported as changed.

What does Diff give you? In case you use TortoiseMerge check the
settings, if you're ignoring whitespace differences. Please set them to the
most strict settings and have a look.

In case you can't find any tiny difference, please report the output of the
svn diff command to this list and the svn-dev list (tsvn switched to
the upcoming 1.1.3 branch recently).

> This wouldn't be a big deal if when I committed the files would remain at the
> revision they were before I committed this time, but the revision increases
> anyway.

Use Revert to restore the file to the content at time of check-out.

> This is all with the most recent nightly build 1.1.2.2449

Jens

-- 
Jens.Scheidtmann@bayerbbs.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Jan 18 19:55:52 2005

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

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