You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ha...@apache.org on 2020/04/17 16:45:00 UTC

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

Author: hartmannathan
Date: Fri Apr 17 16:45:00 2020
New Revision: 1876673

URL: http://svn.apache.org/viewvc?rev=1876673&view=rev
Log:
1.14 release notes: Fix potentially confusing statements about shelf locations

* docs/release-notes/1.14.html
  (#shelving-v2,
   #shelving-v3): Remove "In Subversion 1.14" because the location of these
    shelves has not changed since 1.11 and 1.12-1.13.

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=1876673&r1=1876672&r2=1876673&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.14.html (original)
+++ subversion/site/publish/docs/release-notes/1.14.html Fri Apr 17 16:45:00 2020
@@ -1088,7 +1088,7 @@ the following kinds which it does not su
     <li>creating and deleting directories</li>
 </ul>
 
-<p>In Subversion 1.14, shelves created by Shelving-v2 are stored under
+<p>Shelves created by Shelving-v2 are stored under
 <tt><i>&lt;WC&gt;</i>/.svn/experimental/shelves/v2</tt>.</p>
 
 </div>  <!-- shelving-v2 -->
@@ -1109,7 +1109,7 @@ under the hood to eventually support bet
 and the possibility of future client-side features for manipulating and
 sharing committable changes.</p>
 
-<p>In Subversion 1.14, shelves created by Shelving-v3 are stored under
+<p>Shelves created by Shelving-v3 are stored under
 <tt><i>&lt;WC&gt;</i>/.svn/experimental/shelves/v3</tt>.</p>
 
 </div>  <!-- shelving-v3 -->