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

Re: Migrating multiple CVS repositories into one SVN repository

From: Michael Haggerty <mhagger_at_alum.mit.edu>
Date: Mon, 20 Oct 2008 09:56:14 +0200

[cvs2svn questions should really go to the cvs2svn mailing list at
users_at_cvs2svn.tigris.org.]

Geppo wrote:
> I'm trying to migrate two CVS repositories into one SVN repository
> using the cvs2svn utility.

This is covered in the several cvs2svn FAQ entries [1]. The fact that
you are starting with two separate CVS repositories is actually not
interesting to cvs2svn; you can still convert both of them (as separate
projects) in a single run of cvs2svn.

If you need to convert them at different times for some business reason,
then you need to convert the second one to a --dumpfile and then
"svnadmin load" it with the --parent-dir option.

Michael

[1] http://cvs2svn.tigris.org/faq.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-20 09:56:35 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.