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: Subversion 1.14.1 build problem

2021-11-29 Thread Daniel Sahlberg
Den tis 2 nov. 2021 kl 09:33 skrev Daniel Sahlberg < daniel.l.sahlb...@gmail.com>: > Den mån 1 nov. 2021 kl 09:32 skrev Gretton, Liam < > liam.gret...@leicester.ac.uk>: > > > > I'm rebuilding our Subversion server, getting it up to date after a fair > period of neglect. > > > > > > > > I'm finding

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

Full text search

2021-11-29 Thread 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 similar functionality in “git log -S foo” Using “svn diff -