[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: SVN Search Feature?

From: Christian Rodemeyer <christian_at_atombrenner.de>
Date: Sat, 21 Nov 2009 02:35:31 -0800 (PST)

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.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2422725

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:24:50 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.