Re: Invalid last changed info after svn copy WC -> WC ?
From: Christian Franke <Christian.Franke_at_t-online.de>
Date: Thu, 29 Oct 2009 07:30:48 +0100
Christian Franke wrote:
Can also be reproduced with svn 1.6.6 (r40053, Cygwin)
Simplified testcase:
$ svnadmin create ./repo
$ svn co "file://$(pwd)/repo" ./work
$ cd ./work
$ svn mkdir trunk tags
$ echo test > trunk/file.txt
$ svn add trunk/file.txt
$ svn commit -m 'first'
$ svn copy trunk tags/one
$ svn commit -m 'tag one'
$ svn update
$ svn info tags/one/file.txt | grep Rev
$ rm -rf tags/one
$ svn update
$ svn info tags/one/file.txt | grep Rev
Not a big problem unless the wrong last changed info affects future commits.
Christian
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.