On 8/19/06, Ryan Schmidt <subversion-2006c@ryandesign.com> wrote:
> On Aug 19, 2006, at 18:09, gmu 2k6 wrote:
>
> > is there a way to export/dump a specific part of a tree
> > and import it into a blank repo on a completely different
> > server in maybe a different top-directory structure without
> > losing revision history?
>
> Yes. You'll "svnadmin dump" the entire old repository, then you'll
> use "svndumpfilter" to pull out just the part you want in the new
> repository, then you'll use "svnadmin load" to put it into the new
> repository, telling the load command where in the new repository to
> put it.
>
> http://svnbook.red-bean.com/en/1.2/
> svn.reposadmin.maint.html#svn.reposadmin.maint.tk.svndumpfilter
Thanks Ryan, I knew there is a way and also remember having seen these
commands.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 19 21:15:40 2006