Converting CVS history
From: Buddy Burden <buddy_at_barefoot.net>
Date: 2004-01-07 22:33:58 CET
Folks,
I had such a great response last time that I'm back. :-)
I've got my Subversion repository up and running, and I can see it from my
Let's say I have a (blank) Subversion repository layout something like this:
ProjA/
And let's say I have a (full) CVS repository layout something like this:
CVSROOT/
Now, here's the deal: I want CVS's Proj2 to land in Subversion's
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
cvs2svn.py -v -s /path/to/svn --trunk=ProjB/trunk /path/to/cvs/Proj2
but that doesn't work either: Error: cannot pass multicomponent path to
So how can I do this?
Also, just for the heck of it (i.e., it's not crucial), is there any way I
The following information may also be helpful:
1) I just installed Subversion for the first time ever on Monday. I've read
2) This is primarily a learning exercise right now, so just getting it done
3) I don't know Python worth squat, but I wouldn't mind attempting to hack
Thanx all.
-- Buddy
---------------------------------------------------------------------
|
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.