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

Re: Copying from one repository to another, flattening the early part of the source repo's history in the target repo?

From: Tyler Roscoe <tyler_at_cryptio.net>
Date: Thu, 29 Apr 2010 11:10:43 -0700

On Thu, Apr 29, 2010 at 11:06:40AM -0700, Dan Stromberg wrote:
> So to make it work well from the start, I need to test it well. To
> test it, I really want to copy from one SVN server's trunk to another
> SVN server's repository - flattening a significant part of the early
> history from the source trunk, and then having as-identical-as-practical
> checkin comments for the later history.

Use svnadmin dump and maybe svnfilter to generate a dump file from your
production repo.

Use svnadmin load on the dump file to load this massaged repo data into
your test repo.

Bob's your uncle.

tyler
Received on 2010-04-29 20:11:15 CEST

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.