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—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