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

Re: Subversion upgrade and $Id$ keyword changes

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2004-02-12 13:55:26 CET

On 2004-02-12 12:32:33 +0100, Vincent Lefevre wrote:
> It seems that a file copy is no longer regarded as a modification
> and that a modification of properties (at least svn:mime-type) is
> now regarded as a modification. But nothing is said about that in
> the changelog. Is it normal or is there a bug?

After looking at that more closely, there is a big inconsistency IMHO.
If the file itself was copied, the last-changed-rev is updated. But if
the file was in a copied directory, the last-changed-rev is no longer
updated. Shouldn't a copy of some directory be somewhat equivalent to
a copy of its contents?

At least, "svn log" behaves more consistenly:

ay:~/wd> svn log -q -r2000:HEAD www-new/contents/yp17/yp17.css
------------------------------------------------------------------------
r2121 | lefevre | 2003-12-28 23:18:07 +0100 (Sun, 28 Dec 2003)
------------------------------------------------------------------------
r2280 | lefevre | 2004-01-17 18:03:30 +0100 (Sat, 17 Jan 2004)
------------------------------------------------------------------------
ay:~/wd> svn info www-new/contents/yp17/yp17.css
Path: www-new/contents/yp17/yp17.css
Name: yp17.css
URL: file:///home/lefevre/svn/www-new/contents/yp17/yp17.css
Repository UUID: 99759db8-4ec0-0310-8bf9-df86780d22d8
Revision: 2522
Node Kind: file
Schedule: normal
Last Changed Author: lefevre
Last Changed Rev: 2121
Last Changed Date: 2003-12-28 23:18:07 +0100 (Sun, 28 Dec 2003)
Text Last Updated: 2004-02-12 12:12:47 +0100 (Thu, 12 Feb 2004)
Properties Last Updated: 2004-02-12 12:12:47 +0100 (Thu, 12 Feb 2004)
Checksum: 7fc568de299a16c1354ba96927b934e8

IMHO, the last changed revision should be the same as the last
revision in the log.

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/> - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 12 13:55:57 2004

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

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