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

Re: diff don't recognize all changes in keyword expansions

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-12-19 17:20:05 CET

On Fri, 2003-12-19 at 09:23, Uwe Zeisberger wrote:

> Shouldn't the diff and the status command notice the change in the keyword?
> And imho revert should reset the change.

Nope, this isn't a bug. Keyword expansions are deliberately ignored by
diff and status.

Keywords are always contracted in the repository, and in the text-base.
Keywords are *only* expanded in working files. If you compare your
working file to anything else (the text-base, or some other version from
the repository), all keywords must be contracted beforehand. If you're
comparing different versions of a file, nobody wants to see keyword
differences anyway -- it's just spurious information already available
through other channels.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 19 17:20:58 2003

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.