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

Re: migrating and restructuring an svn repository

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-10-31 09:14:16 CET

On Oct 31, 2007, at 03:04, Luca Ferrari wrote:

> I need to migrate a svn repository to another server and I'd like
> to alter the
> structure of the repository itself (adding directories and splitting a
> project into two). I need a little help to do that:
> Does a dump of the repository help me in this (in particular with the
> repository refactoring)? How can I preserve the history of the
> commits
> splitting the project into two?

If you want to split one repository into multiple repositories, yes,
you can do it by dumping the original repository to a dumpfile with
svnadmin dump, then splitting out the one project using svndumpfilter
and loading that dumpfile into a new repository using svnadmin load,
then doing the same with the second project.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 31 09:17:06 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.