NAME
cvs_activity - Extract metrics from cvs log
SYNOPSIS
cvs_activity [-f file.log] [-o dir] [-t title] [-d "dirs ..."] [-S yyyy/mm/dd]
OPTIONS
- -b
-
At the end, start a Browser.
- -d
-
List of directories.
- -f
-
Mode off-line.
- -h
-
Display Usage.
- -o
-
Output directory.
- -t
-
Specify the main title.
- -v
-
Display Version.
- -S
-
Specify the start date (yyyy/mm/dd).
DESCRIPTION
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.
Configuration file (.cvs_metrics)
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 = "2006/01/01";
SEE ALSO
cvs_energy, cvs_tklog, cvs_wxlog, cvs_current
COPYRIGHT
(c) 2003-2010 Francois PERRAD, France. All rights reserved.
This library is distributed under the terms of the Artistic Licence.
AUTHOR
Francois PERRAD, francois.perrad@gadz.org