-
-
Notifications
You must be signed in to change notification settings - Fork 723
CVS
Andrew Caudwell edited this page Mar 25, 2015
·
1 revision
Using Gource with CVS projects
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