can't update after having updated a sub-part of the tree
From: jerome lacoste <jerome.lacoste_at_gmail.com>
Date: 2005-10-06 19:25:33 CEST
Summary:
1- svn co tree
I have now a big restructuration that I cannot commit because of that.
svn up on the root of the tree tells me I am at the latest version but
Anyone can suggest something?
This reproduces the issue (tested on 1.1.4 and 1.2.3):
--------------------
svnadmin create svnrepos --fs-type fsfs
echo "** moving README to new dir"
echo "** updating README in the meantime"
echo "** svn status test-2"
echo "** svn diff"
echo "** updating OLDDIR"
echo "** svn status test-1"
svn up test-1
echo "** svn status test-1"
echo "** svn diff"
echo "diff -u OLDDIR/NEWDIR"
The problem is caused by updating olddir. Now the newdir doesn't
So it's probably my mistake, but I wonder if there's a way for me to
Cheers,
Jerome
---------------------------------------------------------------------
|
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.