Skip to content
Andrew Caudwell edited this page Mar 25, 2015 · 1 revision

Using Gource with CVS projects

Using Gource with CVS projects via cvs2cl

cvs2cl is script that converts CVS log output into more useful formats, including XML, which Gource is able to read.

cd my-cvs-project
cvs2cl --chrono --stdout --xml -g-q > my-cvs-project.xml
gource my-cvs-project.xml