You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2018/09/14 14:57:31 UTC

svn commit: r1840932 - /subversion/site/publish/docs/release-notes/1.11.html

Author: julianfoad
Date: Fri Sep 14 14:57:31 2018
New Revision: 1840932

URL: http://svn.apache.org/viewvc?rev=1840932&view=rev
Log:
* publish/docs/release-notes/1.11.html: Add three minor improvements, briefly.

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

Modified: subversion/site/publish/docs/release-notes/1.11.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.11.html?rev=1840932&r1=1840931&r2=1840932&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.11.html (original)
+++ subversion/site/publish/docs/release-notes/1.11.html Fri Sep 14 14:57:31 2018
@@ -358,14 +358,48 @@ prefix.</p>
 </h4>
 
 <p>See in particular
-  <a href="https://issues.apache.org/jira/browse/SVN-4694">issue #4694</a>
-  "Unresolvable tree conflict when cherrypicking a file-edit after file was
-  moved on source branch" and
-  <a href="https://issues.apache.org/jira/browse/SVN-4766">issue #4766</a>
-  "resolver adds unrelated moves to move target list".</p>
+<a href="https://issues.apache.org/jira/browse/SVN-4694">issue #4694</a>
+"Unresolvable tree conflict when cherrypicking a file-edit after file was
+moved on source branch" and
+<a href="https://issues.apache.org/jira/browse/SVN-4766">issue #4766</a>
+"resolver adds unrelated moves to move target list".</p>
 
 </div> <!-- conflict-resolver -->
 
+<div class="h4" id="viewspec-output">
+<h4>Viewspec output command (experimental)
+  <a class="sectionlink" href="#viewspec-output"
+     title="Link to this section">&para;</a>
+</h4>
+
+<p>An experimental '<tt>svn info --viewspec</tt>' command outputs a view
+spec describing the current WC shape, in the format used by the old script
+<a href="http://svn.apache.org/viewvc/subversion/trunk/tools/client-side/svn-viewspec.py">tools/client-side/svn-viewspec.py</a>.
+See <a href="https://issues.apache.org/jira/browse/SVN-4753">issue #4753</a>
+"SVN viewspec feature".</p>
+
+</div> <!-- viewspec-output -->
+
+<div class="h4" id="info-show-item">
+<h4>Additions to <tt>svn info --show-item</tt>
+  <a class="sectionlink" href="#info-show-item"
+     title="Link to this section">&para;</a>
+</h4>
+
+<p>Add '<tt>schedule</tt>' and '<tt>depth</tt>' items to '<tt>svn info --show-item</tt>' (<a href="http://svn.apache.org/r1827032">r1827032</a>).</p>
+
+</div> <!-- info-show-item -->
+
+<div class="h4" id="save-client-cert-pw">
+<h4>Allow the client cert password to be saved
+  <a class="sectionlink" href="#save-client-cert-pw"
+     title="Link to this section">&para;</a>
+</h4>
+
+<p>Allow the client cert password to be saved (<a href="http://svn.apache.org/r1836762">r1836762</a>).</p>
+
+</div> <!-- save-client-cert-pw -->
+
 </div> <!-- cmdline -->
 
 <div class="h3" id="server-side-improvements">