Converting cvs modules question

Frank A. Kingswood frank at kingswood-consulting.co.uk
Fri Oct 31 14:49:23 CDT 2008


Mathieu Clabaut wrote:

 > I just sent a patch to cvsps.py, which allows to convert a CVS
 > repository obtained by "cvs co .".

I don't think that is needed:

cvs -d $CVSROOT checkout -d allcvs -l .
hg convert allcvs

Should work just fine.

I forget, but I think depending on your CVS version you may need

cvs -d $CVSROOT checkout -d allcvs -l ""

instead.

Frank



More information about the Mercurial mailing list