On 2004-02-12 12:32:33 +0100, Vincent Lefevre wrote:
> diff -r -x '\.svn' wd.bak/oldtests/tools/Makefile wd/oldtests/tools/Makefile
> 26c26
> < # $Id: Makefile 1932 2003-12-05 15:21:42Z lefevre $
> ---
> > # $Id: Makefile 2031 2003-12-17 15:32:53Z lefevre $
I don't know if this is a consequence of this problem, but...
On the working copy I've checked out earlier today:
ay:~/wd/oldtests/tools> svn st -u
Status against revision: 2522
ay:~/wd/oldtests/tools> svn info Makefile
Path: Makefile
Name: Makefile
URL: file:///home/lefevre/svn/oldtests/tools/Makefile
Repository UUID: 99759db8-4ec0-0310-8bf9-df86780d22d8
Revision: 2522
Node Kind: file
Schedule: normal
Last Changed Author: lefevre
Last Changed Rev: 2031
Last Changed Date: 2003-12-17 16:32:53 +0100 (Wed, 17 Dec 2003)
Text Last Updated: 2004-02-12 12:12:17 +0100 (Thu, 12 Feb 2004)
Properties Last Updated: 2004-02-12 12:12:17 +0100 (Thu, 12 Feb 2004)
Checksum: 155d8d1074b625983e554c1d7c6cf3ec
ay:~/wd/oldtests/tools> grep Id Makefile
# $Id: Makefile 2031 2003-12-17 15:32:53Z lefevre $
This seems to be correct. Now, on an older working copy:
greux:~/oldtests/tools> svn st -u
Status against revision: 2522
greux:~/oldtests/tools> svn info Makefile
Path: Makefile
Name: Makefile
URL: svn+ssh://home/home/lefevre/svn/oldtests/tools/Makefile
Repository UUID: 99759db8-4ec0-0310-8bf9-df86780d22d8
Revision: 2522
Node Kind: file
Schedule: normal
Last Changed Author: lefevre
Last Changed Rev: 2031
Last Changed Date: 2003-12-17 16:32:53 +0100 (Wed, 17 Dec 2003)
Text Last Updated: 2003-12-05 16:21:42 +0100 (Fri, 05 Dec 2003)
Properties Last Updated: 2004-01-05 00:02:33 +0100 (Mon, 05 Jan 2004)
Checksum: 155d8d1074b625983e554c1d7c6cf3ec
greux:~/oldtests/tools> grep Id Makefile
# $Id: Makefile 1932 2003-12-05 15:21:42Z lefevre $
This was probably due to a bug in a previous version of Subversion
(perhaps the one that was fixed in r7968?). But there's still a
problem, as "svn revert" doesn't restore the file to its correct
$Id$ value:
greux:~/oldtests/tools> svn revert Makefile
greux:~/oldtests/tools> grep Id Makefile
# $Id: Makefile 1932 2003-12-05 15:21:42Z lefevre $
--
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 17:02:24 2004