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

Re: Converting CVS history

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-01-08 22:13:33 CET

Buddy Burden wrote:

> Now, here's the deal: I want CVS's Proj2 to land in Subversion's
> ProjB/trunk. First I tried this:
>
> cvs2svn.py -v -s http://localhost/repos/ProjB/trunk /path/to/cvs/Proj2
>
> but of course that didn't work because cvs2svn.py calls svnadmin load, which
> expects a path and not an URL. So next I tried this:

Use the '--dumponly' option to cvs2svn.py, which will not try to commit anything
to the Subversion repository (it will just create the dumpfile). Then use the
'--parent-dir' option to 'svnadmin load' to import the dumpfile into the desired
location.

This should roughly be the sequence:

        cvs2svn.py -v --dumponly /path/to/cvs/Proj2
        svnadmin load --parent-dir ProjB/trunk < cvs2svn-dump

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 8 22:14:14 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.