Fast (incremental) CVS->Mercurial conversion
--------------------------------------------

If you have the cvsroot locally available (i.e. you can more the rcs,v files),
you can use corecode's fast repo syncer cvs20hg.
For cvs20hg you'll need the rcsparse module as well.

To get it going, do something like this:

cd rcsparse
./setup.py install
cd ../cvs20hg
./setup.py install
hg init /path/to/hgdest
cvs20hg /path/to/cvsroot modulename /path/to/hgdest

cvs20hg operates incremental, which means that you can run it later again to
incoporate new changes from CVS.


License
-------

Copyright 2005, 2006 by Simon 'corecode' Schubert <corecode@fs.ei.tum.de>

This program is free software under the GNU GPL (>=v2)
Read the file COPYING coming with the software for details.
