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

RE: Seeking a way to do a full text search in a repository

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Wed, 6 Feb 2008 11:21:36 -0600

> -----Original Message-----
> From: Bicking, David (HHoldings, IT)
> [mailto:David.Bicking_at_thehartford.com]
> Sent: Wednesday, February 06, 2008 11:55 AM
> To: users_at_subversion.tigris.org
> Cc: Kohlhepp, Justin (HHoldings, IT)
> Subject: Seeking a way to do a full text search in a repository
>
>
> We are starting to implement Subversion in our organization. Our
users
> have been asking me for a particular feature, and so far my searching
> has been in vain. The feature is to be able to do a full text search
> of
> the content of a repository, but without having to download the
> repository to disk. Ideally, this would allow for either searching
the
> HEAD revision, a specified revision, or a range of revisions. Is
there
> a client out there that allows for repository searching in this
manner?
> Note that we are on a Windows platform, so the tool would have to
> support Windows.
>

Some script based on running 'svn cat -r' on each file listed by 'svn
log -v -r' followed by grep/findstr would be my guess.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA623

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-06 18:22:17 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.