In order to import a revision of a CVS module, I am using:
/usr/lib/git-core/git-cvsimport -a -i -p r,revisionname -k -v -d :pserver:user@xxx.com:2401/srv/cv
Gave up on this approach and have used cvs2git.
The
cvs2gitis a tool that can be used to migrate CVS repositories to newer version control tools, including git.
Sample usage:
cvs2git \
--blobfile=cvs2git-tmp/git-blob.dat \
--dumpfile=cvs2git-tmp/git-dump.dat \
--username=cvs2git \
/path/to/cvs/repo