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

Re: svn:external and server migration

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 12 Sep 2008 17:53:18 -0500

On Sep 12, 2008, at 17:01, Lira Olavo wrote:

> I have to migrate SVN from server A and B to server C
> and D respectively. The problem is that I have several projects
> from server A pointing to server B and vive-verse using
> svn:externals, like: https://A/svn/... andhttps://B/svn/
> How can I have in my new server C and D those
> svn:esternals as https://C/svn/... and https://D/svn/?

Upgrade to at least Subversion 1.5 on the client, which supports
relative externals.

http://subversion.tigris.org/svn_1.5_releasenotes.html#externals

Dump your repository, then change the absolute externals you have now
into relative externals using svndumptool.

http://svn.borg.ch/svndumptool/

Then load the modified dump into your new empty repository.

All users should delete their working copies and check out new ones.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-13 00:53:41 CEST

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.