Re: last log message of multiple files?

2020-03-08 Thread Daniel Shahaf
Karl Berry wrote on Sun, 08 Mar 2020 15:41 -0600: > I tried running > svn log -l 1 foo bar > to try to see the last log message for files foo and bar, but get: > svn: E27: When specifying working copy paths, only one target may be given > > which surprised me. Is there any way to do this in

last log message of multiple files?

2020-03-08 Thread Karl Berry
I tried running svn log -l 1 foo bar to try to see the last log message for files foo and bar, but get: svn: E27: When specifying working copy paths, only one target may be given which surprised me. Is there any way to do this in one svn command? Of course I could do it with a shell loop or