cvs-fast-export

Export RCS or CVS repository history as Git fast-import stream

brewmacoslinux
Try with needOr install directly
Source

About

Export an RCS or CVS history as a fast-import stream

Commands

cvs-fast-export

Examples

Export a CVS repository to Git fast-import format$ cvs-fast-export -r /path/to/cvsroot > git.fi
Convert exported CVS history into a Git repository$ cvs-fast-export -r /path/to/cvsroot | git fast-import
Export specific CVS module with verbose output$ cvs-fast-export -r /path/to/cvsroot -v module-name > export.fi