
cvs_tklog - Extract from cvs log

cvs_tklog [-h] [-f file.log] [-t title] [-s] [-D] [-H] [-S yyyy/mm/dd]

Display Usage.
Mode off-line.
use an extern style sheet (cvs_tklog.css).
Specify the main title.
suppress 'dead' files in tree.
append HEAD as a tag.
Specify the start date (yyyy/mm/dd).

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.
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";

cvs_activity, cvs_energy, cvs_tklog

Francois PERRAD, francois.perrad@gadz.org