SVN::Churn - generate a graph for repository churn


SVN-Churn documentation  | view source Contained in the SVN-Churn distribution.

Index


NAME

Top

SVN::Churn - generate a graph for repository churn

SYNOPSIS

Top

  use SVN::Churn;
  my $churn = SVN::Churn->new(
      path     => 'http://opensource.fotango.com/svn/trunk/SVN-Churn',
      database => 'churn.db' );
  $churn->update;
  $churn->save;
  $churn->graph( 'churn.png' );

DESCRIPTION

Top

SVN::Churn is a module for generating Churn graphs. Churn graphs simply track the number of changed lines in a repository, grouped by a time period; they might be useful for judging the stability of a codebase, or the activeness of a project, or they may not be.

TODO

Top

Generate Graaph between dates

Document a little more

AUTHOR

Top

Richard Clamp <richardc@unixbeard.net>

COPYRIGHT

Top

SEE ALSO

Top


SVN-Churn documentation  | view source Contained in the SVN-Churn distribution.