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

Re: copy or move between repositories

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-09-14 17:13:37 CEST

On 9/14/05, Vincent Starre <vstarre@comcast.net> wrote:
> Eugene Konkov wrote:
>
> >Hello, Annick.
> >
> >>I 'd like to copy repos1/trunk/folder1 into repos2/trunk/folder1
> >>How is it possible so that the history is not lost ?
> >>
> >You can try svk http://svk.elixus.org/.
svk is intended for a different usage paradigm, distributed
rather than centralized, not for this purpose.

> >
> "svnadmin dump" might work
>

On Sep 14, Carsten Koch wrote
> svnadmin dump path-to-repos1 | svndumpfilter include /trunk/folder1 | svnadmin load path-to-repos2
Take a look at http://svnbook.red-bean.com/en/1.0/ch05s03.html
for more detail on how to do this.

This should do what you want, although if this repository is not empty
this can break some of the date related operations, but if you are simply
splitting a repository into multiple repositories then this will not
be a problem.

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 14 17:17:16 2005

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.