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

Re: Moving a subversion repository from one location to another

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Fri, 18 Sep 2009 06:42:35 -0500

On Sep 18, 2009, at 05:53, clive_at_sunnyday.demon.co.uk wrote:

> Is there anywhere within a subversion repository where the
> repository location is stored,

No, although if you change a repository's URL, and have been using
svn:externals in the repository referencing itself, and you aren't
using the new relative externals feature of Subversion 1.5, then you
may have bad URLs in your externals definitions after the move.

> i.e. is it a fully portable entity?

In terms of path, yes. It's not necessarily fully portable to other
computers or operating systems, for which the svnadmin dump and load
facilities exist.

> In other words, can I safely move a repository from one path
> location on server A to another path location on server B without
> corrupting the repository or being required to perform some
> maintenance on it to fix up any references within it to its own
> location?

Yes, you can do that.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2396371

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-18 13:43:32 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.