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

Re: Transfers from one repository to another

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-07-25 13:42:43 CEST

On 7/25/07, Adams, Arthur (Aquilent) <Arthur.Adams2@va.gov> wrote:
> We are considering migrating the project I work on from multiple
> SubVersion repositories to one unified repository.

> We'd like to see that our files keep their svn history in the new
> repository, but, as far as I can tell, that's not possible. (By
> "history", I mean both the checkin comments and the diffs. In other
> words, I want to have everything I had in the old individual
> repositories in the new unified one.)

You can 'svnadmin dump' the contents of each of the repositories.
Then, you can load each of the dumps into one newly created
repository. You'll have all projects in the same repository; you'll be
interested in the --parent-path option of 'svnadmin load'.

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 25 13:41:44 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.