Re: Full text search

2021-11-29 Thread Luke Mauldin
We have hound setup and it is nice but it only indexes the HEAD commit and so it isn’t useful for searching history. > On Nov 29, 2021, at 5:30 PM, Mark Phippard wrote: > > On Mon, Nov 29, 2021 at 10:19 AM Luke Mauldin wrote: >> >> I saw the —search argument but that only searches commit met

Re: Full text search

2021-11-29 Thread Mark Phippard
On Mon, Nov 29, 2021 at 10:19 AM Luke Mauldin wrote: > > I saw the —search argument but that only searches commit metadata. I would > like to do a search of the changed text of the files in the commit. Ah, I missed that in your original post. I would suggest using a code search tool like OpenGr

Re: Full text search

2021-11-29 Thread Nathan Hartman
On Mon, Nov 29, 2021 at 10:10 AM Luke Mauldin wrote: > Is there a recommended way to do a full text search of commits that > include changed text. For example if I wanted “svn log” to show me all of > that commits that have an added or deleted line that contains “foo”, is > that possible? Git has

Re: Full text search

2021-11-29 Thread Thorsten
I think he wants to search for file content, not for a commit message. So for example "Was our supersecret password ever commited to code anywhere?" I do not think svn has a build in function to do that easily/fast. You can write a script that counts up, gets the diff from svn for that revis

Re: Full text search

2021-11-29 Thread Luke Mauldin
I saw the —search argument but that only searches commit metadata. I would like to do a search of the changed text of the files in the commit. > On Nov 29, 2021, at 9:14 AM, Mark Phippard wrote: > > On Mon, Nov 29, 2021 at 10:10 AM Luke Mauldin wrote: >> >> Is there a recommended way to do a

Re: Full text search

2021-11-29 Thread Mark Phippard
On Mon, Nov 29, 2021 at 10:10 AM Luke Mauldin wrote: > > Is there a recommended way to do a full text search of commits that include > changed text. For example if I wanted “svn log” to show me all of that > commits that have an added or deleted line that contains “foo”, is that > possible? Git

Re: Full text search

2021-11-29 Thread Daniel Sahlberg
Den mån 29 nov. 2021 kl 16:10 skrev Luke Mauldin : > Is there a recommended way to do a full text search of commits that > include changed text. For example if I wanted “svn log” to show me all of > that commits that have an added or deleted line that contains “foo”, is > that possible? Git has si

Re: Full text search engines for SVN?

2011-09-26 Thread Joshua J. Kugler
On Monday, September 26, 2011, Geoff Hoffman elucidated thus: > > This was recently > > asked... > > And > answered... earcher&sa=Search&sitesearch=svn.haxx.se&client=pub-931312505307698

Re: Full text search engines for SVN?

2011-09-26 Thread Geoff Hoffman
On Mon, Sep 26, 2011 at 7:40 PM, Geoff Hoffman wrote: > > On Mon, Sep 26, 2011 at 6:46 PM, Joshua J. Kugler wrote: > >> Does anyone have any full-text search engines they'd recommend for >> Subversion? I've found a couple geared specifically for subversion: >> >> http://www.supose.org/wiki/supose

Re: Full text search engines for SVN?

2011-09-26 Thread Geoff Hoffman
On Mon, Sep 26, 2011 at 6:46 PM, Joshua J. Kugler wrote: > Does anyone have any full-text search engines they'd recommend for > Subversion? I've found a couple geared specifically for subversion: > > http://www.supose.org/wiki/supose > > and > > http://svn-search.sourceforge.net/ > > But they bot