[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: John Belmonte <john_at_neggie.net>
Date: 2006-11-19 20:32:58 CET

$ 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
Received on Sun Nov 19 20:33:23 2006

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.