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

Re: [PATCH] Update svn status docs

From: Eric Hanchrow <offby1_at_blarg.net>
Date: 2004-02-20 02:26:41 CET

The book needs to be updated, too. This patch is for `I', but there
are other outputs missing as well -- `G' for one -- but I am not sure
what to write for them.

    Index: ch03.xml
    ===================================================================
    --- ch03.xml (revision 8769)
    +++ ch03.xml (working copy)
    @@ -786,6 +786,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
    @@ -841,6 +842,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

-- 
Hamburgers!  The cornerstone of any nutritious breakfast.
        -- Jules {From "Pulp Fiction"}
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 20 02:26:58 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.