Author: hartmannathan
Date: Tue Mar 17 18:36:19 2020
New Revision: 1875312

URL: http://svn.apache.org/viewvc?rev=1875312&view=rev
Log:
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.

Modified:
    subversion/site/publish/docs/release-notes/1.14.html

Modified: subversion/site/publish/docs/release-notes/1.14.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.14.html?rev=1875312&r1=1875311&r2=1875312&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.14.html (original)
+++ subversion/site/publish/docs/release-notes/1.14.html Tue Mar 17 18:36:19 
2020
@@ -292,6 +292,29 @@ in a range of revisions. (See <a href="h
 
 </div> <!-- info-show-item-changelist -->
 
+<div class="h4" id="editor-filename-escaping">
+<h4>Escaping/quoting of pathname arguments to <tt>$SVN_EDITOR</tt>
+  <a class="sectionlink" href="#log-search"
+     title="Link to this section">&para;</a>
+</h4>
+
+<p>When invoking the user-defined <tt>$SVN_EDITOR</tt>, such as during
+interactive conflict resolution, Subversion now performs escaping of any
+special characters in the pathname of the file to be edited. (See
+<a href="http://svn.apache.org/r1874057";>r1874057</a>,
+<a href="http://svn.apache.org/r1874093";>r1874093</a>, and
+<a href="http://svn.apache.org/r1875230";>r1875230</a>.)</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>
+
+</div> <!-- editor-filename-escaping -->
+
 <div class="h4" id="conflict-resolver">
 <h4>Improvements to the interactive conflict resolver
   <a class="sectionlink" href="#conflict-resolver"


Reply via email to