Re: SVN Search Feature?
From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Fri, 20 Nov 2009 17:03:31 -0600
On Nov 20, 2009, at 11:19, Ron Olson wrote:
> I've been googling around to find out how to search a repository, and
Subversion has no built-in search feature. I do not know if there are plans to add one; you can search the issue tracker or the list archives. You can check out a working copy and then use any local utility to search in it. Or if you don't know what revision it's in, then you'll need something more advanced. I believe some of the web-based repository viewers may have search features. If so, they would have probably been implemented with a post-commit hook which would write the contents of the revision into another database (SQL?) which could then later be searched.
------------------------------------------------------
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.