Author: hartmannathan
Date: Thu Mar 12 18:12:41 2020
New Revision: 1875131
URL: http://svn.apache.org/viewvc?rev=1875131&view=rev
Log:
1.14 release notes: Shelving CLI is disabled by default.
* docs/release-notes/1.14.html
(shelving): Fix wrong row in table that documents SVN_EXPERIMENTAL_COMMANDS
and adjust text in paragraph above it accordingly. This text was based on
r1875037 but didn't take r1875039 into account.
Found by: danielsh
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=1875131&r1=1875130&r2=1875131&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.14.html (original)
+++ subversion/site/publish/docs/release-notes/1.14.html Thu Mar 12 18:12:41
2020
@@ -591,12 +591,14 @@ handle more kinds of changes more robust
shelves and differences in commands.</p>
</div>
-<p>Subversion 1.14 offers two different shelving CLI implementations,
-selectable by an environment variable (see
-<a href="http://svn.apache.org/r1875037">r1875037</a>.) These are
-"Shelving-v2" as introduced in 1.11, and "Shelving-v3" as introduced in 1.12.
-The two implementations are incompatible with each other, but both are offered
-because they have substantially different pros and cons.</p>
+<p>Because shelving is a work-in-progress, the shelving CLI is disabled by
+default. Users who wish to experiment with shelving may enable one of two
+different shelving CLI implementations, selectable by an environment variable
+(see <a href="http://svn.apache.org/r1875037">r1875037</a> and
+<a href="http://svn.apache.org/r1875039">r1875039</a>.) These are "Shelving-v2"
+as introduced in 1.11, and "Shelving-v3" as introduced in 1.12. The two
+implementations are incompatible with each other, but both are offered because
+they have substantially different pros and cons.</p>
<p>The shelving CLI implementation is selected by an environment variable,
<tt>SVN_EXPERIMENTAL_COMMANDS</tt>, as follows:</p>
@@ -607,10 +609,6 @@ because they have substantially differen
<th>shelving CLI implementation</th>
</tr>
<tr>
- <td>Environment variable not set</td>
- <td>Shelving-v3, as introduced in 1.12</td>
- </tr>
- <tr>
<td><tt>SVN_EXPERIMENTAL_COMMANDS=shelf3</tt></td>
<td>Shelving-v3, as introduced in 1.12</td>
</tr>
@@ -622,6 +620,10 @@ because they have substantially differen
<td><tt>SVN_EXPERIMENTAL_COMMANDS=</tt></td>
<td>No shelving CLI</td>
</tr>
+ <tr>
+ <td>Environment variable not set</td>
+ <td>No shelving CLI</td>
+ </tr>
</table>
<p>Shelving-v2, first introduced in 1.11, improves upon the initial shelving