NAME
cvs_current - Extract from cvs log
SYNOPSIS
cvs_current [-f file.log] [-o dir] [-t title] [-s] [-d "dirs ..."] [-S yyyy/mm/dd]
OPTIONS
- -d
-
List of directories.
- -f
-
Mode off-line.
- -h
-
Display Usage.
- -o
-
Output directory.
- -s
-
use an extern style sheet (cvs_current.css).
- -t
-
Specify the main title.
- -v
-
Display Version.
- -D
-
suppress 'dead' files in tree.
- -S
-
Specify the start date (yyyy/mm/dd).
DESCRIPTION
cvs_current parses cvs log and produces HTML reports.
These reports are between the last tag and HEAD.
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 File::Which, GD, Chart::Plot::Canvas, HTML::Template and Parse::RecDescent modules.
Configuration file (.cvs_metrics)
If present, cvs_current reads the configuration file .cvs_metrics in the current directory. The file could contains the following variables :
$title = "main";
$regex_tag = '^V\d+';
$regex_tag = '^BRANCH';
@dirs = ( "abc", "def" , "def/hij" );
$start_date = "2006/01/01";
SEE ALSO
cvs_activity, cvs_energy, cvs_tklog, cvs_wxlog
COPYRIGHT
(c) 2004-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