using svndumpfilter/load from other than the top level
From: A NonAMouse <non.a.mouse_at_gmail.com>
Date: 2005-12-10 01:10:49 CET
Hello all;
I am trying to break apart a repository. It currently looks like this:
ProjectFoo
I would like to break the repository apart so that thingA and thingB get
ProjectFoo
ThingA
..etc
I have done the following:
svnadmin dump c:\projectFoo > foo.dump
This generates a good dump that can be loaded into a new repository with no
Then I have been using:
type foo.dump | svndumpfilter include trunk/thingA > thingA.dump
I tried several different paths (projectfoo/trunk/thingA, /trunk/thingA,
svnadmin create thingA
I get a message:
<<< starting new transaction, based on original revision 1
...oddly enough, if I put the same command in again, the revision number
I have read and reread chapter 5 of the redbook, and I suspect the problem
I am using windows 2000, and svn 1.1.3 (due to my company's strict CM plan,
Thanks very much in advance for your time.
|
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.