Re: Changing Dump Paths.
From: Michael Quigley <michael9_at_michael9.com>
Date: 2004-01-07 17:26:33 CET
John Peacock said:
That's not the problem. Again, I have a repository:
It contains two directories, 'project-a' and 'project-b':
http://svn:6666/repository/project-a/
I dump the repository:
$ svnadmin dump http://svn:6666/repository > dumpfile
I separate the projects:
$ cat dumpfile | svndumpfilter include project-a > project-a-dumpfile
I create two new repositories:
$ svnadmin create /raid/subversion/project-a
I load my dumps:
$ svnadmin load /raid/subversion/project-a < project-a-dumpfile
I end up with:
$ svn co file:///raid/subversion/project-a
When what I really want is:
$ find project-a
The original 'project-a' and 'project-b' directories from the original
I'd do a simple search and replace to change the paths in the
Anyone have any advice?
Michael
---------------------------------------------------------------------
|
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.