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

Re: partial dump/export

From: gmu 2k6 <gmu2006_at_gmail.com>
Date: 2006-08-19 21:14:20 CEST

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

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.