[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: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-19 20:51:28 CEST

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 19 20:52:47 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.