Christian Rodemeyer wrote:
> You are right, subversion doesn't provide any kind of search out of the box. Luckily there are at least two open source projects available which cand do a fast full text search against the complete history of a repository. Both use lucene for building an fulltext search index which is then kept up to date through a post commit hook or a timer job.
> Using a search index is millions of times faster than searching a local working copy. And with the mentioned projects you can also search metadata (say properties, messages, filenames) und use "google" like search expressions.
>
> You can try http://svnquery.tigris.org/ which is good for searching through source code plaint text or http://supose.soebes.de/ which can also search some office formats and pdf.
>
And if you want something that is more program/source code oriented, you might
look at opengrok (http://hub.opensolaris.org/bin/view/Project+opengrok/). It
needs a checked out copy on the server to index and only knows a little bit
about subversion but it has a fast search and understands definitions and
references in many languages.
--
Les Mikesell
lesmikesell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2422828
Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-11-21 17:54:33 CET