
SVN::TeamTools::Indexer

use SVN::TeamTools::Indexer;
SVN::TeamTools::Indexer->run();
Indexer #(for an incremental run)
Indexer --createindex # For the initial index build or to re-initialize

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.
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).
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

Mark Leeuw (markleeuw@gmail.com)

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