Re: Eight 'info --show-item' issues

2019-12-03 Thread Daniel Shahaf
Julian Foad wrote on Tue, 03 Dec 2019 12:25 +00:00: > Daniel Shahaf wrote: > >> Let's start by naming the issues: > [...] > >> The semantics I'd like to have are: > [...] > > [I] didn't want this issue, while outstanding, to take up any > > brainwidth. > > All sounds good. Thanks for documenting

Re: Eight 'info --show-item' issues

2019-12-03 Thread Julian Foad
Daniel Shahaf wrote: Let's start by naming the issues: [...] The semantics I'd like to have are: [...] [I] didn't want this issue, while outstanding, to take up any brainwidth. All sounds good. Thanks for documenting it. Looks like a good little non-invasive "starter" project for anybody

Re: Eight 'info --show-item' issues

2019-12-03 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, 03 Dec 2019 12:02 +00:00: > > > Let's start by naming the issues: 9. MULTIPLE_TARGETS mode suppresses the "can't show in-repository size of working copy file '%s'" error. I can't imagine why. If it's fine to print nothing for a wc file when there are other targe

Eight 'info --show-item' issues

2019-12-03 Thread Daniel Shahaf
I just discovered that 'svn info --show-item' has some twisty logic for _sometimes_ tacking on additional information at the end of a line: [subversion/svn/info-cmd.c] 1332receiver_baton.multiple_targets = (opt_state->depth > svn_depth_empty 1333