You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Daniel Sahlberg <da...@gmail.com> on 2021/11/29 15:13:31 UTC

Re: Full text search

Den mån 29 nov. 2021 kl 16:10 skrev Luke Mauldin <lu...@icloud.com>:

> 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 -r:HEAD | grep foo” gets me close but that just gives me
> the lines that changed and not the commit that they changed.


I'm not familiar with git, but I guess you are looking for a search in the
commit message. Have you tried svn log --search?

Kind regards,
Daniel