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

Re: Merging 2 repositories

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-02-18 13:55:20 CET

Alexey Kharchenko wrote:
> The idea is that I'm working on CVS to SVN migration and the plan is to
> switch on per-module basis. It means for the moment I'll be converting
> 2nd+ CVS module to SVN I'll have a running production SVN repository.
> The question is if there is an easy way to integrate a result of
> convertion script into the existing SVN repository.

As long as the modules are completely independent of each other, you can use
cvs2svn on each module sequentially:

        cvs2svn.py --dumpfile=module1 --dump-only /path/to/cvs/module1

and then load them into the subversion repository where you want them to be using

        svnadmin load --parent-dir < module1

I've been testing this and it looks like what I will be doing...

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 18 13:55:24 2004

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.