A Java based approach to do real searching within a complete Subversion repository.
Version: 0.6.1Subversion Repository Search Engine is an Java based approach to do real searching within a complete Subversion repository. Based on performance issues and so on, i have decided not to do an real time scanning within the Repository. I have decided to do a scanning of the whole content of a Subversion repository. The result, called index can be used to do real searching.
License: GPL
Operating System: Linux
Homepage: supose.soebes.de
Developed by:
It will be indexed any contents with one exception for binary files, where does not exist a particular document handler for it.
This means we didn't index only the trunk or the HEAD revision, we index all revision on all paths within a Repository instead. Filename, path, log message etc. is made searchable.