[svnbook commit] r3505 - Add the --trust-server-cert option.

codesite-noreply at google.com codesite-noreply at google.com
Wed May 20 13:00:23 CDT 2009


Author: julianfoad at btopenworld.com
Date: Wed May 20 11:00:09 2009
New Revision: 3505

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

Log:
Add the --trust-server-cert option.

Found by: Chris Foote <cafoote {_AT_} yahoo.com>

* src/en/book/ch09-reference.xml
   (svn.ref.svnsync.sw): Add the --trust-server-cert option.
   (svn.ref.svnsync.c.copy-revprops, svn.ref.svnsync.c.init,
    svn.ref.svnsync.c.sync): Ditto.


Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Wed May 20 11:00:09 2009
@@ -7722,6 +7722,14 @@
            </listitem>
          </varlistentry>

+        <varlistentry>
+          <term><option>--trust-server-cert</option></term>
+          <listitem>
+            <para>Used with <option>--non-interactive</option> to accept
+              any unknown SSL server certificates without prompting.</para>
+          </listitem>
+        </varlistentry>
+
        </variablelist>

      </sect2>
@@ -7786,6 +7794,7 @@
  --source-username ARG
  --sync-password ARG
  --sync-username ARG
+--trust-server-cert
  </screen>
          </refsect1>

@@ -7891,6 +7900,7 @@
  --source-username ARG
  --sync-password ARG
  --sync-username ARG
+--trust-server-cert
  </screen>
          </refsect1>

@@ -7974,6 +7984,7 @@
  --source-username ARG
  --sync-password ARG
  --sync-username ARG
+--trust-server-cert
  </screen>
          </refsect1>





More information about the svnbook-dev mailing list