| Resource page for cvs-fast-export 1.34 | ![]() |
25 Sep 2015 |
Export an RCS or CVS history as a fast-import stream.
This program analyzes a collection of RCS files in a CVS repository (or outside of one) and, when possible, emits an equivalent history in the form of a fast-import stream. Not all possible histories can be rendered this way; the program tries to emit useful warnings when it can't. The program can also produce a visualization of the resulting commit DAG in the DOT format handled by the graphviz suite. The package also includes cvssync, a tool for mirroring masters from remote CVS hosts.
| COPYING | project license |
| TODO | to-do file |
| cvs-fast-export-1.34.tar.gz | gzipped source tarball |
| NEWS | project news |
| README | roadmap file |
| cvssync.html | cvssync |
| cvsconvert.html | cvsconvert |
| cvs-fast-export.html | cvs-fast-export |
The project repository is at https://gitlab.com/esr/cvs-fast-export.
Project statistics are available at OpenHub.
There is a project IRC channel.
If you appreciate this code (and especially if you make money by using it) please support me on Patreon.
Another Python compatibility fix.
Fix inconsistent license header in revdir.c.