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

RE: how to migrate svn directory

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 2 Sep 2010 10:13:33 -0400

> Thanks Eckhardt.
> I mean to migrate a sub-directory on repository server A to another
> sub-dir on repo server B. Not a "working copy" migration.
>
> Wait: "working copies" are scrap space for editing, which you
> create when
> needed and throw away after use. "repositories" are databases that
> contain
> the files including their history. This just to get the terminology
> right, ...
>
> and thanks Ryan,
> I will call our svn admin to apply the migrate method.

You would use svnadmin dump and load to do this. Dump from repository A and load the dump to repository B. If there is stuff in the A dump you don't want in the B repo you will need to use svndumpfilter.

This is explained in the FREE svn book. http://svnbook.red-bean.com/nightly/en/svn-book.html

BOb

Received on 2010-09-02 16:14: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.