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

Re: Copying from one repository to another

From: Ron Wilson <ronw.mrmx_at_gmail.com>
Date: Fri, 6 Jun 2008 13:59:19 -0400

Moving or duplicating a repository is an SVN issue. As Andy suggested,
you can do it using "svnadmin dump" and "svnadmin load". Definitely
read http://svnbook.org/

On Thu, Jun 5, 2008 at 5:05 PM, Andy Levy <andy.levy_at_gmail.com> wrote:
> On Thu, Jun 5, 2008 at 4:42 PM, Robert Dailey <rcdailey_at_gmail.com> wrote:
>> Hi,
>>
>> If I have a project located in the following:
>>
>> svn://foo.myrepo1.net/svn/myproject
>>
>> and I want to move it to a completely new repository here:
>>
>> https://bar.myrepo2.com/svn/blah/myproject
>>
>> How would I do this? I would prefer to retain any history for this project
>> in the new copy.
>
> You can't with a Subversion client. Subversion does not support
> copying between repositories.
>
> If you're taking an existing project and splitting it out into its
> own, new repository, run svnadmin dump on the old repository, filter
> the dumpfile to only include the path(s) you need, then svnadmin load
> the resulting file into the new repository. I think this is outlined
> in the book, http://svnbook.org/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-06-06 19:59:28 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.