Comment 2 for bug 334028

Revision history for this message
Wesley J. Landaker (wjl) wrote : Re: svn switch --relocate

FWIW, I started making a reproduction recipe, since I thought I'd seen something like this in the past. However, this worked with no trouble when I tried in with bzr-svn 0.5dev:

mkdir /tmp/bzr-bug-334028
cd /tmp/bzr-bug-334028
svnadmin create svn-repo1
bzr co svn-repo1 bzr-co
cd bzr-co
touch A
bzr add A
bzr commit -m "Adding file A"
cd ..
svnadmin create svn-repo2
svnadmin dump svn-repo1 | svnadmin load --force-uuid svn-repo2
cd bzr-co
bzr switch ../svn-repo2

Brad, you might try running this example and see if it fails for you -- perhaps this was a bug in an older version of bzr-svn?