Export RCS or CVS repository history as Git fast-import stream
Export an RCS or CVS history as a fast-import stream
cvs-fast-export$ cvs-fast-export -r /path/to/cvsroot > git.fi$ cvs-fast-export -r /path/to/cvsroot | git fast-import$ cvs-fast-export -r /path/to/cvsroot -v module-name > export.fi