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: E200007: 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 whatever, but it would be convenient to do it all at once. I found another user asking the same question back in 2005, but no answer. https://svn.haxx.se/users/archive-2005-10/0063.shtml Thanks for any info, Karl