Log::Accounting::SVN - Accounting svn repository


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

Index


NAME

Top

  Log::Accounting::SVN - Accounting svn repository

SYNOPSIS

Top

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

DESCRIPTION

Top

This module make use of Algorithm::Accounting and SVN::Log to do simple accounting of any subversion repository (not necessarily local, as long as you can do "svn log" to). The installed svn-accounting.pl script demostrate a simple use to this module, you may try:

  svn-accounting.pl http://svn.collab.net/repos/svn/

This will show the basic accounting information of subversion developers.

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

COPYRIGHT

Top


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