Re: Incorrect LastChangedRev in working copy after committing directory move + modified file in subdir
From: Vincent Lefevre <vincent-svn_at_vinc17.net>
Date: Wed, 4 Jul 2012 14:06:39 +0200
On 2012-07-04 12:51:13 +0100, Philip Martin wrote:
Anyway the URL of every file should be updated, shouldn't it?
------------------------------------------------------------
set -ex
svn --version
mkdir my-test-svn
svnadmin create svn
svn mkdir dir1
printf '\044Header\044\n' > dir1/file
svn up
cd ../..
The output ends with:
+ cat dir2/file
file:///tmp/my-test-svn/svn/dir1/file_at_2 exists but this isn't the
file:///tmp/my-test-svn/svn/dir2/file_at_2 doesn't exist.
IMHO, the most intuitive Header string should have
file:///tmp/my-test-svn/svn/dir2/file 3
(correct URL, and a revision that is valid for this URL).
Full output attached.
-- Vincent Lefèvre <vincent@vinc17.net> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
|
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.