[svnbook commit] r2851 - trunk/src/en/book

cmpilato noreply at red-bean.com
Tue Aug 14 20:26:38 CDT 2007


Author: cmpilato
Date: Tue Aug 14 20:26:37 2007
New Revision: 2851

Log:
* book/ch07-customizing-svn.xml
  Document the http-proxy-exceptions runtime configuration option.
  Oversighted noted by Neil Mayhew <neil_mayhew at users.sourceforge.net>.


Modified:
   trunk/src/en/book/ch07-customizing-svn.xml

Modified: trunk/src/en/book/ch07-customizing-svn.xml
==============================================================================
--- trunk/src/en/book/ch07-customizing-svn.xml	(original)
+++ trunk/src/en/book/ch07-customizing-svn.xml	Tue Aug 14 20:26:37 2007
@@ -284,6 +284,17 @@
 
         <variablelist>
           <varlistentry>
+            <term><literal>http-proxy-exceptions</literal></term>
+            <listitem>
+              <para>This specifies a comma-separated list of patterns
+                for repository hostnames that should accessed
+                directly, without using the proxy machine.  The
+                pattern syntax is the same as is used in the Unix
+                shell for filenames.  A repository hostname matching
+                any of these patterns will not be proxied.</para>
+            </listitem>
+          </varlistentry>
+          <varlistentry>
             <term><literal>http-proxy-host</literal></term>
             <listitem>
               <para>This specifies the hostname of the proxy computer




More information about the svnbook-dev mailing list