RE: Re: Migrating a directory in a repository to a new repository - help! not working.
From: Dale Hirt <dale_at_sbcltd.com>
Date: 2005-08-19 18:51:05 CEST
It's just as easy as piping the output of svnadmin dump into svndumpfilter. (Mostly) Minimal memory and disk space required.
svnadmin dump repos1 | svndumpfilter include trunk/subdir > repos1-subdir.load
One caveat learned the hard way: Set up your new repository with the requisite directory structure before loading the dump file in.
Dale
-----Original Message-----
Johan Appelgren wrote:
> You might have better luck with svndumpfilter
Damn, how did I miss that.
-- James Lamanna Applied Minds, Inc. 1209 Grand Central Ave. Glendale, CA 91201 (818) 332-5214 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Aug 19 18:56:18 2005 |
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.