Log message:
[[[
Book: fix section scopes and titles, indentation and a typo.
* doc/book/book/ch08.xml
Fixed scopes and titles of the six second-level sections, two of which did
not even have <sect2> and <title> elements.
Fixed indentation, mainly removing two spaces from line 282 to almost the end
of the file, including some <screen> blocks in the "svn add" section, but
excluding the rest of the <screen> blocks which were correct.
Correct the second "foo.c" to "bar.c" in one "svn log" example.
]]]
NOTE: The full diff has almost every line changed so is not much use;
instead I have put the whole new file (based on r6550) at:
http://www.btinternet.com/~julianfoad/subversion/ch08-sect2-indent.xml
Below is a short diff excluding white space changes ("diff -b"), for visual
inspection only.
- Julian
Index: doc/book/book/ch08.xml
===================================================================
--- doc/book/book/ch08.xml (revision 6550)
+++ doc/book/book/ch08.xml (working copy)
// NOTE: this is a "diff -b", not a complete diff! Instead use
// http://www.btinternet.com/~julianfoad/subversion/ch08-sect2-indent.xml
@@ -39,5 +39,5 @@
<sect2 id="svn-ch-8-sect-1.1">
- <title>Switches</title>
+ <title><command>svn</command> Switches</title>
<para>While Subversion has different switches for its
@@ -375,5 +375,5 @@
<sect2 id="svn-ch-8-sect-1.2">
- <title><command>svn Subcommands</command></title>
+ <title><command>svn</command> Subcommands</title>
<refentry>
@@ -1739,5 +1739,5 @@
<screen>
$ svn log http://svn.red-bean.com/repos/test/foo.c \
- http://svn.red-bean.com/repos/test/foo.c
+ http://svn.red-bean.com/repos/test/bar.c
…
</screen>
@@ -3247,5 +3247,5 @@
<sect2 id="svn-ch-8-sect-2.1">
- <title>Switches</title>
+ <title><command>svnadmin</command> Switches</title>
<variablelist>
@@ -3339,4 +3339,7 @@
<!-- ================================================================= -->
+ <sect2 id="svn-ch-8-sect-2.2">
+ <title><command>svnadmin</command> Subcommands</title>
+
<refentry>
<refnamediv>
@@ -3770,4 +3773,6 @@
</refentry>
+ </sect2>
+
</sect1>
@@ -3795,5 +3800,5 @@
<sect2 id="svn-ch-8-sect-3.1">
- <title>Switches</title>
+ <title><command>svnlook</command> Switches</title>
<para>Switches in <command>svnlook</command> are global, just
@@ -3845,5 +3850,10 @@
</variablelist>
+ </sect2>
+
<!-- ================================================================= -->
+ <sect2 id="svn-ch-8-sect-3.2">
+ <title><command>svnlook</command> Subcommands</title>
+
<refentry>
<refnamediv>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 24 01:39:59 2003