[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] fixes for book consistency

From: Mason Thomas <mlt_svn_at_sbcglobal.net>
Date: 2003-10-07 09:13:21 CEST

Attached is a minor patch to fix a couple consistency issues in Ch. 03
of the book.

Chapter 3 is the only chapter whose "Summary" section is not for the
full chapter (i.e., is <sect2> rather than <sect1>). This fixes that.
Also, change "Resolving..." section to "Resolve..." to match imperative
mode of other <sect2>'s.

-Mason

log message:
* doc/book/book/ch03.xml: Update sections for consistency.

Index: ch03.xml
===================================================================
--- ch03.xml (revision 7320)
+++ ch03.xml (working copy)
@@ -1199,7 +1199,7 @@
     </sect2>
 
     <sect2 id="svn-ch-3-sect-4.4">
- <title>Resolving Conflicts (Merging Others' Changes)</title>
+ <title>Resolve Conflicts (Merging Others' Changes)</title>
            
       <para>We've already seen how <command>svn status -u</command>
           can predict conflicts. Suppose you run <command>svn
@@ -1598,8 +1598,7 @@
 
     </sect2>
 
- </sect1
->
+ </sect1>
 
   <!-- ================================================================= -->
   <!-- ======================== SECTION 6 ============================== -->
@@ -2068,10 +2067,15 @@
 
     </sect2>
 
- <sect2 id="svn-ch-3-sect-7.4">
- <title>Summary</title>
+ </sect1>
+
+ <!-- ================================================================= -->
+ <!-- ======================== SECTION 8 ============================== -->
+ <!-- ================================================================= -->
+ <sect1 id="svn-ch-3-sect-8">
+ <title>Summary</title>
         
- <para>Now we've covered most of the Subversion client
+ <para>Now we've covered most of the Subversion client
           commands. Notable exceptions are those dealing with
           branching and merging (see <xref linkend="svn-ch-4"/>) and
           properties (see <xref linkend="svn-ch-6-sect-2"/>).
@@ -2080,8 +2084,6 @@
           different commands that Subversion has&mdash;and how you can
           use them to make your work easier.</para>
 
- </sect2>
-
   </sect1>
 
 </chapter>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 7 09:14:27 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.