Nathan Hartman wrote on Wed, 18 Mar 2020 13:42 -0400: > On Tue, Mar 17, 2020 at 3:50 PM Daniel Shahaf <d...@daniel.shahaf.name> wrote: > > hartmannat...@apache.org wrote on Tue, 17 Mar 2020 18:36 -0000: > > > +<p>When invoking the user-defined <tt>$SVN_EDITOR</tt>, such as during > > > > The editor may be configured in other ways: --editor-cmd, > > --config-option=…:editor-cmd, $EDITOR. > > > > Suggest to say "When invoking the user-defined editor", with or without > > listing some of the ways in which the editor command may be specified. > > Add an example? (An example is worth a thousand words…) > > Thanks for your suggestions. > > How about something along these lines: >
Thanks, much better :-) To clarify, what I thought specifically was to give examples of problematic filename and of an editor command that uses shell. For example, a screenshot: [[[ % svn up Updating '.': C foo bar.txt Updated to revision 2. Summary of conflicts: Text conflicts: 1 Merge conflict discovered in file 'foo bar.txt'. Select: (p) Postpone, (df) Show diff, (e) Edit file, (m) Merge, (s) Show all options: <b>e</b> ]]] As to an editor command, I guess something as simple as «--editor-cmd='vim -N'» would suffice to get the point across. WDYT? Cheers, Daniel