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.
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.
------------------------------------------------------
Please start new threads on the <users_at_subversion.apache.org> mailing list.
|
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.