cvs-fast-export

Convert CVS and RCS repositories to git-compatible fast-import format.

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 entire CVS repository to git$ cvs-fast-export -r /path/to/cvsroot > repo.fi
convert CVS history to git repository$ cvs-fast-export -r /path/to/cvsroot | git fast-import
export specific CVS module only$ cvs-fast-export -r /path/to/cvsroot mymodule > module.fi
migrate RCS files to git$ cvs-fast-export -r /path/to/rcsroot > rcs-export.fi
show CVS repository information before export$ cvs-fast-export -r /path/to/cvsroot -i