Log::Accounting::SVK - Accounting svn repository


Log-Accounting-SVK documentation  | view source Contained in the Log-Accounting-SVK distribution.

Index


NAME

Top

  Log::Accounting::SVK - Accounting svn repository

SYNOPSIS

Top

  my $acc = Log::Accounting::SVK->new(repository => 'svn://');
  $acc->process->report;

DESCRIPTION

Top

This module make use of Algorithm::Accounting and SVK to do simple accounting of any SVK repository. The installed svk-accounting.pl script demostrate a simple use to this module, you may try:

  svk-accounting.pl //

This will display all the contributions of developers under repository '//'. You may also specify depotpath like '//trunk/svk'.

Or, you may generated developer social-network by svk-developer-graph.pl command:

  svk-developer-graph.pl //

This would be more informative on mirrored-path, like

  svk-developer-graph //mirror/svk

So far it's quite simple and no big deal, different fields will be accounted in the future.

SEE ALSO

Top

svk-accounting.pl, svk-developer-graph.pl

COPYRIGHT

Top


Log-Accounting-SVK documentation  | view source Contained in the Log-Accounting-SVK distribution.