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

[PATCH] book: include `I' in example output from `svn status'

From: Eric Hanchrow <offby1_at_blarg.net>
Date: 2004-04-11 17:21:03 CEST

* doc/book/book/ch03.xml: include `I' in example output from `svn status'

Index: doc/book/book/ch03.xml
===================================================================
--- doc/book/book/ch03.xml (revision 9320)
+++ doc/book/book/ch03.xml (working copy)
@@ -788,6 +788,7 @@
       
         <screen>
 $ svn status
+I .screenrc # svn is ignoring .screenrc
   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
@@ -800,7 +801,6 @@
 A stuff/loot/bloo.h # this file is scheduled for addition
 C stuff/loot/lump.c # this file has conflicts from an update
     S stuff/squawk # this file or dir has been switched to a branch
-&hellip;
 </screen>
       
         <para>In this output format <command>svn status</command>
@@ -844,6 +844,17 @@
           </varlistentry>
 
           <varlistentry>
+ <term><computeroutput>I file_or_dir</computeroutput></term>
+ <listitem>
+ <para>Subversion is <quote>ignoring</quote> the file or
+ directory <filename>file_or_dir</filename>, probably
+ because you told it to. For more information on ignored
+ files, see <xref linkend="svn-ch-7-sect-2.3.3"
+ />.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
             <term><computeroutput>M file</computeroutput></term>
             <listitem>
               <para>The contents of file <filename>file</filename> have

-- 
            |\      _,,,---,,_
      ZZZzz /,`.-'`'    -.  ;-;;,_
           |,4-  ) )-,_. ,\ (  `'-'
          '---''(_/--'  `-'\_) fL
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 11 17:22:45 2004

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.