You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by John Belmonte <jo...@neggie.net> on 2006/11/19 19:32:58 UTC

bug: "svn switch --relocate" error message has UUID's backwards

$ svn --version | grep " version "
svn, version 1.4.2 (r22196)
$ svnadmin create r1
$ svnadmin create r2
$ R1=file://$PWD/r1
$ R2=file://$PWD/r2
$ svn co $R1 wc
Checked out revision 0.
$ svn switch --relocate $R1 $R2 wc
svn: The repository at 'file:///home/john/tmp/r2' has uuid
'a45982ba-7669-45c4-b069-6ae04f6b39db', but the WC has
'ca7d6a52-276e-4d25-8b0a-06ca996c5ebd'
$ svn info wc | grep UUID
Repository UUID: a45982ba-7669-45c4-b069-6ae04f6b39db

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: bug: "svn switch --relocate" error message has UUID's backwards

Posted by David Glasser <gl...@mit.edu>.
On 11/19/06, John Belmonte <jo...@neggie.net> wrote:
> $ svn switch --relocate $R1 $R2 wc
> svn: The repository at 'file:///home/john/tmp/r2' has uuid
> 'a45982ba-7669-45c4-b069-6ae04f6b39db', but the WC has
> 'ca7d6a52-276e-4d25-8b0a-06ca996c5ebd'
> $ svn info wc | grep UUID
> Repository UUID: a45982ba-7669-45c4-b069-6ae04f6b39db

How true.  Fixed in r22355; thanks John!

--dave

-- 
David Glasser | glasser@mit.edu | http://www.davidglasser.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org