[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: Lira Olavo <Olavo.LIRA_at_gemalto.com>
Date: Sat, 13 Sep 2008 18:24:03 +0200

Hello Ryan,

        Thank you for your answer but it is still not clear for me how I
can use the svndumptool to do it in an automated way.
        I saw the command Transform-prop and edit, but I'm not sure that
is what you meant. Could you please provide me an example or more detail
on how to do this operation with svndumptool please?

Thank you very much!

Olavo Lira

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2008c_at_ryandesign.com]
Sent: Friday, September 12, 2008 6:53 PM
To: Lira Olavo
Cc: svn [usr]
Subject: Re: svn:external and server migration

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 18:24:52 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.