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/24 13:07:49 UTC

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

Author: julianfoad
Date: Mon Sep 24 13:07:48 2018
New Revision: 1841844

URL: http://svn.apache.org/viewvc?rev=1841844&view=rev
Log:
* publish/docs/release-notes/1.11.html
  (shelving): Deduplicate a point; expand jargon.

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=1841844&r1=1841843&r2=1841844&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.11.html (original)
+++ subversion/site/publish/docs/release-notes/1.11.html Mon Sep 24 13:07:48 2018
@@ -349,15 +349,14 @@ shelves and differences in commands.</p>
 <p>The main improvements and changes are:</p>
 <ul>
     <li>checkpointing support: a shelf stores multiple versions of a
-        change and allows unshelving an older version</li>
+        change; shelving adds a new version to the named shelf; you can
+        unshelve an older version instead of the newest&mdash;see the
+        <a href="#checkpointing">checkpointing</a> feature</li>
     <li>'binary' files (and property values) are fully supported</li>
     <li>patch files are no longer used as the storage mechanism;
         limitations and bugs due to patch file format are gone, such as
         handling svn:mergeinfo properties, binary data, and end-of-line
         characters</li>
-    <li>shelving to a given shelf name saves a new version of the changes
-        each time, and the older versions can be retrieved&mdash;see the
-        <a href="#checkpointing">checkpointing</a> feature</li>
     <li>shelving and unshelving both warn and refuse to run if they detect
         states that they cannot handle (e.g. copies or moves)</li>
     <li>unshelving applies the changes to the WC using a mechanism similar
@@ -369,7 +368,7 @@ shelves and differences in commands.</p>
 properties, except the following kinds which are not yet supported:</p>
 <ul>
     <li>copies and moves</li>
-    <li>mkdir and rmdir</li>
+    <li>creating and deleting directories</li>
 </ul>
 
 <p>Shelving commands (see their help for details):</p>