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

'svn info' output on trunk differences from 1.6

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Thu, 19 May 2011 11:46:34 +0200

I don't have an opinion on whether or not this is
important/regression/..., but just wanted to note the following change
in behavior of 'svn info', in relation to copying files in the working
copy.

Summarized:
- on trunk, 'svn info' doesn't show "Last Changed XXX", "Text Last
Updated" and "Checksum" on a deleted file. It does show those fields
on an added-with-history file.
- on 1.6, it's sort of the other way around: it shows "Last Changed
XXX" and "Text Last Updated" on the deleted file, but not on the
added-with-history file. Checksum (MD5 in this case) is shown for
both.

trunk
-----
# Foo2 is just a versioned file (unmodified)

C:\research\svn\experiment\wc\test4>svn move Foo2 Foo3
A Foo3
D Foo2

C:\research\svn\experiment\wc\test4>svn info Foo2
Path: Foo2
Name: Foo2
Working Copy Root Path: C:\research\svn\experiment\wc\test4
URL: file:///C:/research/svn/experiment/repos/trunk/Foo2
Repository Root: file:///C:/research/svn/experiment/repos
Repository UUID: 8d52877e-3a3d-4b59-a976-c8364f526eee
Revision: 96325
Node Kind: file
Schedule: delete

C:\research\svn\experiment\wc\test4>svn info Foo3
Path: Foo3
Name: Foo3
Working Copy Root Path: C:\research\svn\experiment\wc\test4
URL: file:///C:/research/svn/experiment/repos/trunk/Foo3
Repository Root: file:///C:/research/svn/experiment/repos
Repository UUID: 8d52877e-3a3d-4b59-a976-c8364f526eee
Revision: 96325
Node Kind: file
Schedule: add
Copied From URL: file:///C:/research/svn/experiment/repos/trunk/Foo2
Copied From Rev: 96325
Last Changed Author: User
Last Changed Rev: 96323
Last Changed Date: 2011-04-18 14:21:19 +0200 (ma, 18 apr 2011)
Text Last Updated: 2011-05-03 21:46:20 +0200 (di, 03 mei 2011)
Checksum: 35323db44df3de074595c749ab27c0ec3db302c4

1.6.16
------
C:\research\svn\experiment\wc\test_1.6>svn move Foo2 Foo3
A Foo3
D Foo2

C:\research\svn\experiment\wc\test_1.6>svn info Foo2
Path: Foo2
Name: Foo2
URL: svn://localhost/trunk/Foo2
Repository Root: svn://localhost
Repository UUID: 8d52877e-3a3d-4b59-a976-c8364f526eee
Revision: 96326
Node Kind: file
Schedule: delete
Last Changed Author: User
Last Changed Rev: 96323
Last Changed Date: 2011-04-18 14:21:19 +0200 (ma, 18 apr 2011)
Text Last Updated: 2011-05-19 02:05:04 +0200 (do, 19 mei 2011)
Checksum: 7a009c9b8daab5be3a862d4a324fdca0

C:\research\svn\experiment\wc\test_1.6>svn info Foo3
Path: Foo3
Name: Foo3
URL: svn://localhost/trunk/Foo3
Repository Root: svn://localhost
Revision: 96326
Node Kind: file
Schedule: add
Copied From URL: svn://localhost/trunk/Foo2
Copied From Rev: 96326
Checksum: 7a009c9b8daab5be3a862d4a324fdca0

-- 
Johan
Received on 2011-05-19 11:47:27 CEST

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.