Re: Moving a repo into another?
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-21 21:53:59 CEST
pll@lanminds.com writes:
> svnadmin create /usr/local/svn/projectALPHA
'svnadmin dump' dumps a set of revisions, and 'svnadmin load' loads
You need to use 'svndumpfilter' to accomplish what you want.
svnadmin dump oldrepo | svndumpfilter | svnadmin load newrepo
The svndumpfilter program filters specific paths in the
svnadmin dump oldrepos | svndumpfilter include /usr/local/svn/projectA
... it's not clear to me, though, how you would load *into* a specific
---------------------------------------------------------------------
|
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.