[svnbook] r3923 committed - * src/en/book/ch09-reference.xml...

svnbook at googlecode.com svnbook at googlecode.com
Wed Jul 27 10:51:48 CDT 2011


Revision: 3923
Author:   cmpilato at gmail.com
Date:     Wed Jul 27 08:48:56 2011
Log:      * src/en/book/ch09-reference.xml
   Document the --trust-server-cert global option.

http://code.google.com/p/svnbook/source/detail?r=3923

Modified:
  /trunk/src/en/book/ch09-reference.xml

=======================================
--- /trunk/src/en/book/ch09-reference.xml	Tue Jul 19 12:26:54 2011
+++ /trunk/src/en/book/ch09-reference.xml	Wed Jul 27 08:48:56 2011
@@ -129,6 +129,19 @@
            </listitem>
          </varlistentry>

+        <varlistentry>
+          <term><option>--trust-server-cert</option></term>
+          <listitem>
+            <para>When used with <option>--non-interactive</option>,
+              instructs Subversion to accept unknown SSL server
+              certificates without first prompting the user.  For
+              security's sake, you should use this option only when
+              the integrity of the remote server and the network path
+              between it and your client is known to be
+              trustworthy.</para>
+          </listitem>
+        </varlistentry>
+
          <varlistentry>
            <term><option>--username</option>
              <replaceable>NAME</replaceable></term>




More information about the svnbook-dev mailing list