Not all the places Subversion is used in the book have the right capitalization.
There are of course spots it should not be capitalized (file names, etc). Those
are not included in this patch.
Log message: Fix spots where Subversion was spelled as subversion.
Index: doc/book/book/appc.xml
===================================================================
--- doc/book/book/appc.xml (revision 5067)
+++ doc/book/book/appc.xml (working copy)
@@ -333,7 +333,7 @@
<para>The error you are seeing means that the dynamic
linker/loader can't find the plugins to load. This
- normally happens when you build subversion with shared
+ normally happens when you build Subversion with shared
libraries, then attempt to run it without first running
<literal>make install'</literal> Another possible cause is
that you ran make install, but the libraries were
Index: doc/book/book/ch03.xml
===================================================================
--- doc/book/book/ch03.xml (revision 5067)
+++ doc/book/book/ch03.xml (working copy)
@@ -71,7 +71,7 @@
<option>--revision</option> (<option>-r</option>) switch plus
the revision you want (<command>svn --revision REV</command>) or
you can specify a range by separating two revisions with a colon
- (<command>svn --revision REV1:REV2</command>). And subversion
+ (<command>svn --revision REV1:REV2</command>). And Subversion
lets you refer to these revisions by number, keyword, or
date.</para>
Index: doc/book/book/ch06.xml
===================================================================
--- doc/book/book/ch06.xml (revision 5067)
+++ doc/book/book/ch06.xml (working copy)
@@ -1823,8 +1823,8 @@
<para>This script always compares the directory being imported to
what currently exists in the Subversion repository and takes the
necessary steps to add, delete and rename files and directories
- to make the subversion repository match the imported directory.
- As such, it can be used on an empty subversion directory for the
+ to make the Subversion repository match the imported directory.
+ As such, it can be used on an empty Subversion directory for the
first import or for any following imports to upgrade a vendor
branch.</para>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 24 21:59:23 2003