
cvs_activity - Extract metrics from cvs log

cvs_activity [-h] [-f file.log] [-t title] [-d "dirs ..."] [-S yyyy/mm/dd]

Display Usage.
List of directories.
Mode off-line.
Specify the main title.
Specify the start date (yyyy/mm/dd).

cvs_activity parses cvs log and produces an HTML report.
This report is composed of a list of bar charts, each chart represents the activity in a directory from a start date to now.
The activity is defined by the number of added or modified files by day.
This tool needs File::Which, GD, Chart::Plot::Canvas, HTML::Template and Parse::RecDescent modules.
If present, cvs_activity reads the configuration file .cvs_metrics in the current directory. The file could contains the following variables :
$title = "main"; @dirs = ( "abc", "def" , "def/hij" ); $start_date = "2002/01/01";

cvs_tklog, cvs_energy

Francois PERRAD, francois.perrad@gadz.org