[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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-----
From: James Lamanna [mailto:jamesl@appliedminds.com]
Sent: Friday, August 19, 2005 9:29 AM
To: Johan Appelgren
Cc: Subversion Mailing List
Subject: Re: Migrating a directory in a repository to a new repository -
help! not working.

Johan Appelgren wrote:

> You might have better luck with svndumpfilter
> <http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-5-sect-3.1.3>.

Damn, how did I miss that.
Do you know if you can use svndumpfilter on a dumpfile that was
generated with --incremental?
If I dump the whole repository without incremental, I'll end up with a
ridiculously huge file (possible TBs)

-- 
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.org
Received 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.