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

switch --relocate complains about uuid mismatch

From: Louis-David Mitterrand <vindex+lists-subversion-users_at_apartia.org>
Date: 2007-12-22 14:43:40 CET

Hi,

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'

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?

Thanks,

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 22 14:44:05 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.