[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: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Wed, 1 Sep 2010 02:54:51 -0500

Please respond to the list as well, not just to me. Usually this is done using the Reply All feature in your email program. See more comments below.

On Sep 1, 2010, at 02:26, Yunlong Wang wrote:

> 2010/9/1 Ryan Schmidt
>
>> On Sep 1, 2010, at 01:12, Yunlong Wang wrote:
>>
>>> my team need to migrate our working svn directory from server A to another server B, is there any tool or suggestions?
>>
>> http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate
>
> thanks a lot.
> I'm reading it and trying.
> It's seems like I should use :
> svnadmin dump xxx
> svndumpfilter
> edit the root path of dumfile
> svnimport
>
> Is that the right way?

That sounds ok, except it's "svnadmin load"; there is no such thing as "svnimport".

If you don't want to change the path within the repository, you can skip the filtering steps.
Received on 2010-09-01 09:55: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.