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

Re: How to dump only a part of a repository

From: Florent Ouchet <ouchet.florent_at_laposte.net>
Date: 2007-03-20 20:26:27 CET

Ryan Schmidt a écrit :
> I believe svnadmin dump can only dump the entire repository, but you can
> pipe that though svndumpfilter to extract just the portion you want to
> save to a file.

thanks, that worked:

svnadmin dump /myexistingrepo | svndumpfilter exclude tags |
svndumpfilter exclude branches | svnadmin load /mynewrepo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 20 20:28:37 2007

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.