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

cmpilato noreply at red-bean.com
Thu Jan 25 19:39:51 CST 2007


Author: cmpilato
Date: Thu Jan 25 19:39:51 2007
New Revision: 2629

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

Log:
Fix some XML validation problems.

Modified: trunk/src/en/book/ch-server-configuration.xml
==============================================================================
--- trunk/src/en/book/ch-server-configuration.xml	(original)
+++ trunk/src/en/book/ch-server-configuration.xml	Thu Jan 25 19:39:51 2007
@@ -173,8 +173,8 @@
             <itemizedlist>
 
             <listitem><para>Noticeably slower than svnserve, because
-                HTTP is a stateless</para></listitem> protocol and
-                requires more turnarounds.
+                HTTP is a stateless protocol and requires more
+                turnarounds.</para></listitem>
 
             <listitem><para>Initial setup can be complex.</para></listitem>
 
@@ -1068,13 +1068,14 @@
         tunneling, the <filename>svnserve.conf</filename> file can
         still be used to block access, by simply setting
         <literal>auth-access = read</literal> or <literal>auth-access
-        = none</literal>.</para>
-      <footnote>
-        <para>Note that using any sort
-          of <command>svnserve</command>-enforced access control at
-          all is a bit pointless;  the user already has direct access to
-          the repository database.</para>
-      </footnote>
+        = none</literal>.
+        <footnote>
+          <para>Note that using any sort
+            of <command>svnserve</command>-enforced access control at
+            all is a bit pointless;  the user already has direct access to
+            the repository database.</para>
+        </footnote>
+      </para>
 
       <para>You'd think that the story of SSH tunneling would end
         here, but it doesn't.  Subversion allows you to create custom




More information about the svnbook-dev mailing list