cvs2git
May 8, 2014
I needed to convert a CVS repository into a GIT repository. This can be done using cvs2git, given file level access to the CVS repository.
The following process worked for me. I downloaded the latest version (2.4) from http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976&expandFolder=2976&folderID=3984
I then built and installed it using:
$ cd cvs2svn-trunk $ …