Having trouble migrating a single set of directories from one repo to another
From: Rick Mann <rmann_at_latencyzero.com>
Date: 2007-02-08 20:25:29 CET
Hi. I have a subversion repo that works just fine (v 1.4.3, BDB 4.5).
host1/repo/
etc. That is to say, I I get this:
$ svn ls svn://host1/
On the same machine (but under a different IP address), I'm creating
I want to move host1/repo/proj2 to the new repo (it doesn't have to
I've tried a few variants of using svnadmin dump/load and
[The following are done as the original repo user]
$ svnadmin dump repo > lzdump
$ cat lzdump | svndumpfilter include --drop-empty-revs --renumber-
Revision 0 committed as 0.
Dropped 135 revision(s).
Revisions renumbered as follows:
[The dropped nodes do NOT include "darbon"]
[The following are done as the second repo user]
$ svnadmin create ~/repo --fs-type bdb
I've tried adding a (nearly) empty "repo" directory to the new repo
$ mkdir repo
Committed revision 1.
I'm sure I'm just off by a bit, but I'm puzzled and frustrated. I
Can someone please help?
Thank you!
-- Rick --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Feb 8 20:26:04 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.