Francois Perrad > CVS-Metrics-0.04 > cvs_energy

Download:
CVS-Metrics-0.04.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: CVS-Metrics-0.15

NAME ^

cvs_energy - Extract metrics from cvs log

SYNOPSYS ^

cvs_energy [-h] [-f file.log] [-t title] [-H] [-d "dirs ..."]

OPTIONS ^

-h

Display Usage.

-d

List of directories.

-f

Mode off-line.

-t

Specify the main title.

-H

append HEAD as a tag.

DESCRIPTION ^

cvs_activity parses cvs log and produces an HTML report.

This report is composed of a list of plot charts, each chart represents the energy in a directory between each tags.

This tool needs File::Which, GD, Chart::Plot::Canvas, HTML::Template and Parse::RecDescent modules.

Configuration file (.cvs_metrics)

If present, cvs_energy reads the configuration file .cvs_metrics in the current directory. The file could contains the following variables :

 $title = "main";

 $regex_tag = '^V\d+';

 @dirs = ( "abc", "def" , "def/hij" );

 $flg_head = 1;         # or 0

SEE ALSO ^

cvs_tklog, cvs_activity

AUTHOR ^

Francois PERRAD, francois.perrad@gadz.org