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

fitz noreply at red-bean.com
Mon Aug 13 01:40:38 CDT 2007


Author: fitz
Date: Mon Aug 13 01:40:38 2007
New Revision: 2845

Log:
Fix build errors (note to self: run 'make valid' before committing).

* src/en/book/ch09-reference.xml: Move sidebar inside of sect1 and fix typo.

* src/en/book/ch06-server-configuration.xml: Wrap floating text in
  <para> and move warning inside of refsect1.


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

Modified: trunk/src/en/book/ch06-server-configuration.xml
==============================================================================
--- trunk/src/en/book/ch06-server-configuration.xml	(original)
+++ trunk/src/en/book/ch06-server-configuration.xml	Mon Aug 13 01:40:38 2007
@@ -2565,13 +2565,11 @@
 everyone = @calc-developers, @paint-developers
 </screen>
 
-  </sect1>
-
   <!-- TODO(sussman):  this sidebar needs to be changed for svn 1.5,
   making it clear that it's a neon behavior, and ??probably?? not the
   case when using serf... -->
   <sidebar>
-    <title>Partial Readabliity and Checkouts</title>
+    <title>Partial Readability and Checkouts</title>
 
     <para>If you're using Apache as your Subversion server and have
       made certain subdirectories of your repository unreadable to
@@ -2598,6 +2596,8 @@
       rather than asking for authentication partway through.</para>
   </sidebar>
 
+  </sect1>
+
   <!-- ================================================================= -->
   <!-- ================================================================= -->
   <!-- ================================================================= -->

Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Mon Aug 13 01:40:38 2007
@@ -531,7 +531,9 @@
     <!-- =============================================================== -->
     <sect2 id="svn.ref.svn.c">
       <title><command>svn</command> Subcommands</title>
-      Here are the various subcommands:
+
+      <para>Here are the various subcommands:</para>
+
       <refentry id="svn.ref.svn.c.add">
 
         <indexterm>
@@ -4826,18 +4828,17 @@
           <screen>
 --clean-logs
 </screen>
-        </refsect1>
-
-        <warning>
 
-        <para>As described in <xref
-          linkend="svn.reposadmin.basics.backends.bdb"/>, hot-copied
-          Berkeley DB repositories are <emphasis>not</emphasis>
-          portable across operating systems, nor will they work on
-          machines with a different <quote>endianness</quote> than the
-          machine where they were created.</para>
+          <warning>
+            <para>As described in <xref
+              linkend="svn.reposadmin.basics.backends.bdb"/>, hot-copied
+              Berkeley DB repositories are <emphasis>not</emphasis>
+              portable across operating systems, nor will they work on
+              machines with a different <quote>endianness</quote> than
+              the machine where they were created.</para>
+          </warning>
 
-      </warning>
+          </refsect1>
 
       </refentry>
 




More information about the svnbook-dev mailing list