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

Re: switch --relocate complains about uuid mismatch

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-12-23 03:25:12 CET

On Dec 22, 2007, at 07:43, Louis-David Mitterrand wrote:

> with svn 1.4.4 I am trying to relocate a working copy and get this
> error:
>
> zenon:~% svn switch --relocate svn+ssh://my.host.name/var/svn/ldm/
> dotfiles file:///var/svn/ldm/
> dotfiles . svn:
> The repository at 'file:///var/svn/ldm' has uuid
> '0472fbe1-3f0b-0410-a464-96916960ec31', but the WC has
> '9baa7b7a-430b-0410-a648-8839d440bc33'

Note that in Subversion 1.4.5 and earlier, the error message printed
is incorrect (the UUIDs are reversed). It should read:

> svn: The repository at 'file:///var/svn/ldm' has uuid
> '9baa7b7a-430b-0410-a648-8839d440bc33', but the WC has
> '0472fbe1-3f0b-0410-a464-96916960ec31'

This seems to have been fixed in Subversion 1.4.6.

> However the file:// and svn+ssh URL's point to the exact same
> repository
> and their uuid's seem exactly the same:
>
> zenon:~% svn info file:///var/svn/ldm/dotfiles
> Path: dotfiles
> URL: file:///var/svn/ldm/dotfiles
> Repository Root: file:///var/svn/ldm
> Repository UUID: 9baa7b7a-430b-0410-a648-8839d440bc33
> Revision: 280
> Node Kind: directory
> Last Changed Author: ldm
> Last Changed Rev: 280
> Last Changed Date: 2007-12-20 08:12:44 +0100 (Thu, 20 Dec 2007)
>
> zenon:~% svn info svn+ssh://my.host.name/var/svn/ldm/dotfiles
> ldm@my.host.name's password:
> Path: dotfiles
> URL: svn+ssh://my.host.name/var/svn/ldm/dotfiles
> Repository Root: svn+ssh://my.host.name/var/svn/ldm
> Repository UUID: 9baa7b7a-430b-0410-a648-8839d440bc33
> Revision: 280
> Node Kind: directory
> Last Changed Author: ldm
> Last Changed Rev: 280
> Last Changed Date: 2007-12-20 08:12:44 +0100 (Thu, 20 Dec 2007)
>
> Did I overlook something here?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 23 03:25:49 2007

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.