Re: svn log - combining 'search' and 'limit'

2017-06-28 Thread Daniel Shahaf
Daniel Becroft wrote on Wed, 28 Jun 2017 07:40 +: > I expected that if I combined these (for example, `svn log --search "Foo" > --limit 10`), that I would get the last 10 log messages that contained the > search criteria, however it only showed those log messages in the last 10 > that contained

Re: svn log - combining 'search' and 'limit'

2017-06-28 Thread Branko Čibej
On 28.06.2017 09:40, Daniel Becroft wrote: > Hi, > I've come across something which seems to be working not as expected, > but I'm not sure it is a bug. > At the moment, I can do `svn log --search "Foo"` to get all the log > messages containing "Foo", and `svn log --limit 10` to get the last 10 > l