[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1875312 - /subversion/site/publish/docs/release-notes/1.14.html

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 17 Mar 2020 19:50:17 +0000

hartmannathan_at_apache.org wrote on Tue, 17 Mar 2020 18:36 -0000:
> 1.14 release notes: Document escaping of pathname args to $SVN_EDITOR
>
> * docs/release-notes/1.14.html
> (editor-filename-escaping): New section. Documents the pathname escaping
> implemented in r1874057, r1874093, and r1875230.

Thanks!

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

> +interactive conflict resolution, Subversion now performs escaping of any
> +special characters in the pathname of the file to be edited. (See
> +r1874057,
> +r1874093, and
> +r1875230.)</p>
> +
> +<p>Note that escaping is performed only on the pathname argument.
> +<tt>$SVN_EDITOR</tt> itself is not escaped: As before, the editor is invoked
> +through the shell and the user must properly escape/quote
> +<tt>$SVN_EDITOR</tt>. See the related FAQ
> +<a href="https://subversion.apache.org/faq.html#svn-editor">"How do I deal
> +with spaces in the editor path? Also, how can I define command line options
> +for the editor?"</a></p>

Add full stop after the closing quotation mark?

Add an example? (An example is worth a thousand words…)

Cheers,

Daniel

> +</div> <!-- editor-filename-escaping -->
> +
> <div class="h4" id="conflict-resolver">
> <h4>Improvements to the interactive conflict resolver
> <a class="sectionlink" href="#conflict-resolver"
>
>
Received on 2020-03-17 20:50:35 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.