The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SVN::TeamTools::Indexer

SYNOPSIS

As a module

    use SVN::TeamTools::Indexer;
    SVN::TeamTools::Indexer->run();

From the command line

    Indexer #(for an incremental run)

    Indexer --createindex # For the initial index build or to re-initialize

DESCRIPTION

Builds a Lucy index for a SVN repository. If an index already exists and no command line option 'createindex' is issued, the process is incremental. Only new revisions are indexed.

TODO: include index structure and examples how to use it.

Tested Environments:

This module has been developed and tested on CentOs 6.3, no guarantees are given that it should work on other systems. Please inform me (markleeuw@gmail.com) whenever an installation on a different platform fails (please provide build.log).

Prerequisits:

This module is known to have the following requirements on CentOs 6.3: - subversion - perl-CPAN - perl-YAML - perl-XML-Parser - gcc-c++

To install there requirements use: yum install perl-CPAN perl-YAML perl-XML-Parser gcc-c++ make

AUTHOR

Mark Leeuw (markleeuw@gmail.com)

COPYRIGHT AND LICENSE

This software is copyrighted by Mark Leeuw

This is free software; you can redistribute it and/or modify it under the restrictions of GPL v2