Log:
Add a few missing mentions of first-column 'X' in the svn status output.
* doc/book/book/ch03.xml
  (svn-ch-3-sect-4.3.1): Add 'X' to example output of svn status.
* doc/book/book/ch09.xml:
  (svn-ch-9-sect-1.2): Add 'X' to complete svn status reference.
Index: doc/book/book/ch03.xml
===================================================================
--- doc/book/book/ch03.xml	(revision 9685)
+++ doc/book/book/ch03.xml	(working copy)
@@ -799,6 +799,7 @@
   L    abc.c               # svn has a lock in its .svn directory for abc.c
 M      bar.c               # the content in bar.c has local modifications
  M     baz.c               # baz.c has property but no content modifications
+X      3rd_party           # this dir is part of an externals definition
 ?      foo.o               # svn doesn't manage foo.o
 !      some_dir            # svn manages this, but it's either missing or incomplete
 ~      qux                 # versioned as dir, but is file, or vice versa
Index: doc/book/book/ch09.xml
===================================================================
--- doc/book/book/ch09.xml	(revision 9685)
+++ doc/book/book/ch09.xml	(working copy)
@@ -3187,6 +3187,14 @@
             </varlistentry>
 
             <varlistentry>
+              <term>'X'</term>
+              <listitem>
+                <para>Item is related to a Subversion externals
+                definition.</para>
+              </listitem>
+            </varlistentry>
+
+            <varlistentry>
               <term>'I'</term>
               <listitem>
                 <para>Item is being ignored (e.g. with the 
-- 
Michael W. Thelen
The word 'politics' is derived from the word 'poly', meaning 'many', and the
word 'ticks', meaning 'blood sucking parasites'.
                -- Larry Hardiman
Received on Tue May 11 21:54:47 2004