[svnbook] r5094 committed - trunk/en/book

cmpilato at users.sourceforge.net cmpilato at users.sourceforge.net
Wed Feb 3 13:00:23 CST 2016


Revision: 5094
          http://sourceforge.net/p/svnbook/source/5094
Author:   cmpilato
Date:     2016-02-03 19:00:23 +0000 (Wed, 03 Feb 2016)
Log Message:
-----------
Finish issue #190 ("Incorrect statement in svnsync command-line
reference (?)").

* en/book/ref-svn.xml,
* en/book/ref-svnmucc.xml,
* en/book/ref-svnrdump.xml,
* en/book/ref-svnsync.xml
  Universally tweak the example usage of the --config-option option in
  the Reference matter to show how to disable HTTP compression,
  something that applies to all of the relevant binaries (unlike the
  use of autoprops or the use of the Serf HTTP library).

Modified Paths:
--------------
    trunk/en/book/ref-svn.xml
    trunk/en/book/ref-svnmucc.xml
    trunk/en/book/ref-svnrdump.xml
    trunk/en/book/ref-svnsync.xml

Modified: trunk/en/book/ref-svn.xml
===================================================================
--- trunk/en/book/ref-svn.xml	2016-02-03 18:51:29 UTC (rev 5093)
+++ trunk/en/book/ref-svn.xml	2016-02-03 19:00:23 UTC (rev 5094)
@@ -279,9 +279,9 @@
             of course, the option itself,
             and <replaceable>VALUE</replaceable> the value (if any)
             you wish to assign to the option.  For example, to
-            temporarily disable the use of the automatic property
-            setting feature,
-            use <option>--config-option=config:miscellany:enable-auto-props=no</option>.
+            temporarily disable the use of the compression in the
+            HTTP protocol,
+            use <option>--config-option=servers:global:http-compression=no</option>.
             You can use this option multiple times to change
             multiple option values simultaneously.</para>
 

Modified: trunk/en/book/ref-svnmucc.xml
===================================================================
--- trunk/en/book/ref-svnmucc.xml	2016-02-03 18:51:29 UTC (rev 5093)
+++ trunk/en/book/ref-svnmucc.xml	2016-02-03 19:00:23 UTC (rev 5094)
@@ -208,10 +208,10 @@
               change.  <replaceable>OPTION</replaceable> is, of
               course, the option itself,
               and <replaceable>VALUE</replaceable> the value (if
-              any) you wish to assign to the option.  For example,
-              to temporarily disable the use of the automatic
-              property setting feature,
-              use <option>--config-option=config:miscellany:enable-auto-props=no</option>.
+              any) you wish to assign to the option.  For example, to
+              temporarily disable the use of the compression in the
+              HTTP protocol,
+              use <option>--config-option=servers:global:http-compression=no</option>.
               You can use this option multiple times to change
               multiple option values simultaneously.</para>
           </listitem>

Modified: trunk/en/book/ref-svnrdump.xml
===================================================================
--- trunk/en/book/ref-svnrdump.xml	2016-02-03 18:51:29 UTC (rev 5093)
+++ trunk/en/book/ref-svnrdump.xml	2016-02-03 19:00:23 UTC (rev 5094)
@@ -45,9 +45,9 @@
             of course, the option itself,
             and <replaceable>VALUE</replaceable> the value (if any)
             you wish to assign to the option.  For example, to
-            temporarily disable the use of the automatic property
-            setting feature,
-            use <option>--config-option=servers:global:http-library=serf</option>.
+            temporarily disable the use of the compression in the HTTP
+            protocol,
+            use <option>--config-option=servers:global:http-compression=no</option>.
             You can use this option multiple times to change
             multiple option values simultaneously.</para>
         </listitem>

Modified: trunk/en/book/ref-svnsync.xml
===================================================================
--- trunk/en/book/ref-svnsync.xml	2016-02-03 18:51:29 UTC (rev 5093)
+++ trunk/en/book/ref-svnsync.xml	2016-02-03 19:00:23 UTC (rev 5094)
@@ -74,9 +74,9 @@
             of course, the option itself,
             and <replaceable>VALUE</replaceable> the value (if any)
             you wish to assign to the option.  For example, to
-            temporarily disable the use of the automatic property
-            setting feature,
-            use <option>--config-option=servers:global:http-library=serf</option>.
+            temporarily disable the use of the compression in the
+            HTTP protocol,
+            use <option>--config-option=servers:global:http-compression=no</option>.
             You can use this option multiple times to change
             multiple option values simultaneously.</para>
         </listitem>





More information about the svnbook-dev mailing list