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

Re: copying projects across repositories

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-04-25 22:48:48 CEST

Faheem Mitha wrote:

>Sorry, I'm a cretin. Of course, this is just what
>
>svn export
>
>does. So I could do a
>
>svn checkout ... from /home/faheem/svn
>
>followed by a
>
>svn export... from /home/faheem/svntmp
>
>and then do a
>
>svn import... (or svn add) into /home/faheem/svn.
>
>

that will get the contents from one repository to another, but it won't
preserve the history. doing an svnadmin dump, filtering out the parts
you don't want with svndumpfilter, and a svnadmin load would preserve
your history, which is generally what people want when moving stuff from
one repository to another.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 25 22:50:13 2003

This is an archived mail posted to the Subversion Dev mailing list.

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