RE: Can relocate from a svnserve based server that was 'svn sync' to a new http based server
From: Tony Sweeney <tsweeney_at_omnifone.com>
Date: Tue, 31 Jan 2012 10:07:29 +0000
________________________________
I have numerous large svn repositories accessible by svnserve on an older linux server that I'm moving to a new VMWare VM server using http authentication. I'm using svnsync to transfer the older "svn://" repositories to the new "http://" repositories. The problem that I'm having is trying to "relocate" the existing checked out "svn://" based working copy and point it to the new "http://" repository. An example existing WC:
I've tried numerous command syntax combinations like
This is the type of error message:
What am I doing wrong (i.e. hopefully I'm doing something wrong).
For this to work, both the old and new repositories must have the same UUID. You should change the UUID of the new repository to match the old one. You can do this using the svnadmin command on the server hosting the new repository:
[sweeney_at_luke ~]$ svnadmin --help setuuid
Once this is done, one of your relocate commands should work as you intend.
Tony.
Thanks Brent
________________________________
This email, including any attachments, may contain confidential information, privileged material (including material protected by solicitor-client and/or other applicable privileges) or constitute non-public information under securities law(s). Any exploitation of the information contained in this email (including any attachments) by anyone other than the intended recipient is prohibited. If you have received this email in error, please reply to the sender and delete this information from your system as soon as reasonably practicable. Use, dissemination, distribution, reproduction, publication or any other exploitation of this email by unintended recipients is not authorized and may be unlawful.
______________________________________________________________________
No virus found in this message.
______________________________________________________________________
|
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.