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

Re: Searching within files

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-02-22 16:35:03 CET

On Feb 22, 2006, at 16:09, Young, Jason (GE Infrastructure) wrote:

> Is there a way to search inside all the files in the repository for a
> certain string? We miss this functionality from source safe. We also
> want to be able to search for certain file names.

I don't think anything like that is built-in. You can write a post-
commit hook which takes such data and writes it into a database of
your own creation (a MySQL database, say) for which you can then
write a frontend to enable you to conduct the queries you want.
Perhaps someone has even written such a system already that you could
use.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 22 16:42:52 2006

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.