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

Daniel Shahaf d.s at daniel.shahaf.name
Wed Jul 27 14:53:09 CDT 2011


svnbook at googlecode.com wrote on Wed, Jul 27, 2011 at 15:51:48 +0000:
> 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

Perhaps emphasize what this option does?  It only ignores the
SVN_AUTH_SSL_UNKNOWNCA failure, but not any other SVN_AUTH_SSL_* bits.

(I'll go and update the svn usage message now.)

> +              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>
> 
> _______________________________________________
> svnbook-dev mailing list
> svnbook-dev at red-bean.com
> http://www.red-bean.com/mailman/listinfo/svnbook-dev




More information about the svnbook-dev mailing list