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
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