[svnbook] r3822 committed - * src/en/book/ch06-server-configuration.xml: svnserve now supports...

svnbook at googlecode.com svnbook at googlecode.com
Thu Feb 17 16:02:16 CST 2011


Revision: 3822
Author: stsp at elego.de
Date: Thu Feb 17 14:01:25 2011
Log: * src/en/book/ch06-server-configuration.xml: svnserve now supports
    basic logging, so tweak text claiming otherwise. Just let people
    know that it's not as advanced as logging in Apache HTTPD.

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

Modified:
  /trunk/src/en/book/ch06-server-configuration.xml

=======================================
--- /trunk/src/en/book/ch06-server-configuration.xml	Tue Oct 12 11:32:19  
2010
+++ /trunk/src/en/book/ch06-server-configuration.xml	Thu Feb 17 14:01:25  
2011
@@ -124,8 +124,8 @@
              <entry>Full Apache logs of each HTTP request, with
              optional <quote>high-level</quote> logging of general
              client operations</entry>
-            <entry>No logging</entry>
-            <entry>No logging</entry>
+            <entry>Basic logging</entry>
+            <entry>Basic logging</entry>
            </row>

            <row>
@@ -224,8 +224,7 @@
                  things can be changed by configuring SASL, but it's a
                  bit more work to do.)</para></listitem>

-            <listitem><para>No logging of any kind, not even
-                errors.</para></listitem>
+            <listitem><para>No advanced logging  
facilities.</para></listitem>

              <listitem><para>No built-in web browsing.  (You'd have to
                  install a separate web server and repository browsing  
software to
@@ -270,8 +269,7 @@
              <listitem><para>Only one choice of authentication
                  method is available.</para></listitem>

-            <listitem><para>There is no logging of any kind, not even
-                errors.</para></listitem>
+            <listitem><para>No advanced logging  
facilities.</para></listitem>

              <listitem><para>It requires users to be in the same system  
group, or
                  use a shared SSH key.</para></listitem>
@@ -378,10 +376,7 @@
            <para>If you need to integrate with existing legacy identity
              systems (LDAP, Active Directory, NTLM, X.509, etc.),
              you must use either the Apache-based server
-            or <command>svnserve</command> configured with SASL.  If
-            you absolutely need server-side logs of either server
-            errors or client activities, an Apache-based server
-            is your only option.</para>
+            or <command>svnserve</command> configured with SASL.</para>
          </listitem>

          <listitem>




More information about the svnbook-dev mailing list