On Tue, Feb 24, 2015 at 5:32 PM, Julian Foad <julianf...@btopenworld.com> wrote: > Branko Čibej wrote: >> This is what's currently on the branch: >> >> svn diff http://svn.apache.org/repos/asf/subversion/trunk@1661975 \ >> http://svn.apache.org/repos/asf/subversion/branches/svn-info-detail > [...] >> svn info --show-item=KEYWORD > > Looks good to me. > > > I'm +1 on merging to trunk. I tried it out briefly and noted a few minor > issues on IRC, none of which would need to be fixed before merging. > > I'd be happy for this to be ported into 1.9.0 too. >
+1. Very nice feature. I've been wondering though (sorry, haven't read through the source, just thinking about how it works): does it support multiple --show-item options? As in: $ svn info --show-item=last-changed-rev --show-item=last-changed-author TARGET 12345 johndoe I don't know how this would work together with multple (or recursive) targets, but maybe something like this might be okay: $ svn info --show-item=last-changed-rev --show-item=last-changed-author --depth=immediates . 12345 johndoe . 54321 jrandom README ... ? -- Johan