NAME
cvs_tklog - Extract from cvs log
SYNOPSYS
cvs_tklog [-h] [-f file.log] [-t title] [-s] [-D] [-H] [-S yyyy/mm/dd]
OPTIONS
- -h
-
Display Usage.
- -f
-
Mode off-line.
- -s
-
use an extern style sheet (cvs_tklog.css).
- -t
-
Specify the main title.
- -D
-
suppress 'dead' files in tree.
- -H
-
append HEAD as a tag.
- -S
-
Specify the start date (yyyy/mm/dd).
DESCRIPTION
cvs_wxlog parses cvs log and produces selected HTML reports.
The wxWindows GUI allows to select a directory and a couple of from/to tags.
Each report is composed of three parts :
- activity and energy plots
- an evolution summary : numbers of added/modified/deleted files for each directory
- an detailed report : all informations about CVS commit, sorted first by directory, after grouped by message and sorted by date.
This tool needs Wx, Wx::ActiveX, File::Which, GD, Chart::Plot::Canvas, HTML::Template and Parse::RecDescent modules.
Configuration file (.cvs_metrics)
If present, cvs_wxlog reads the configuration file .cvs_metrics in the current directory. The file could contains the following variables :
$title = "main";
$regex_tag = '^V\d+';
$flg_head = 1; # or 0
$flg_dead = 1; # or 0
$start_date = "2002/01/01";
SEE ALSO
cvs_activity, cvs_energy, cvs_tklog
AUTHOR
Francois PERRAD, francois.perrad@gadz.org