SVN::Log::Index

SVN::Log::Index is a Perl module that can index and search over Subversion commit logs.
Download

SVN::Log::Index Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Nik Clayton
  • Publisher web site:
  • http://search.cpan.org/~nikc/Test-Net-Connect-0.03/lib/Test/Net/Connect.pm

SVN::Log::Index Tags


SVN::Log::Index Description

SVN::Log::Index is a Perl module that can index and search over Subversion commit logs. SVN::Log::Index is a Perl module that can index and search over Subversion commit logs.SYNOPSIS my $index = SVN::Log::Index->new({ index_path => '/path/to/index' }); if($creating) { # Create from scratch if necessary $index->create({ repo_url => 'url://for/repo' }); } $index->open(); # And then open it # Now add revisions from the repo to the index $index->add({ start_rev => $start_rev, end_rev => $end_rev); # And query the index my $results = $index->search('query');SVN::Log::Index builds a KinoSearch index of commit logs from a Subversion repository and allows you to do arbitrary full text searches over. Requirements: · Perl


SVN::Log::Index Related Software