Re: Move dir from one repo into it's own
From: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Wed, 26 Mar 2008 05:19:25 -0500
On Mar 26, 2008, at 05:01, Markus Meyer wrote:
> I have a directory "foo" which is somewhere in the repo "bar". Now
http://svnbook.red-bean.com/en/1.4/
"svnadmin dump" the entire old repository.
To create the new repo that contains only "foo":
"svnadmin create" the new repo for foo
To create the new repo that contains everything except "foo":
"svnadmin create" the new repo for everything but foo
backup and then remove the old repo
---------------------------------------------------------------------
|
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.