sussman@tigris.org wrote:
> Author: sussman
> Date: Mon May 31 22:16:26 2004
> New Revision: 9916
>
> Modified:
> trunk/doc/book/book/ch03.xml
> Log:
> Slightly modified book patch from Eric Hanchrow <offby1@blarg.net>:
>
> * doc/book/book/ch03.xml: show 'I' output in 'svn status' section.
Uh, the explanation below is as much confusing as it is helpful.
> Modified: trunk/doc/book/book/ch03.xml
> ==============================================================================
> --- trunk/doc/book/book/ch03.xml (original)
> +++ trunk/doc/book/book/ch03.xml Mon May 31 22:16:26 2004
> @@ -802,6 +802,7 @@
> ? 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
> +I .screenrc # this file is ignored
> A + moved_dir # added with history of where it came from
> M + moved_dir/README # added with history and has local modifications
> D stuff/fish.c # this file is scheduled for deletion
> @@ -912,6 +913,19 @@
> and created a directory in its place, without using the
> <command>svn delete</command> or <command>svn add</command>
> commands.</para>
> + </listitem>
> + </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"/>.
> + Note that this symbol only shows up if you pass the
> + <option>--no-ignore</option> option to <command>svn
> + status</command>.</para>
"Subversion is ignoring the file [...] only shows up if you pass the --no-ignore option" ?!
Please could you make this more accurate and perhaps enhance the formal description in the reference section (chapter 9), which doesn't say why "I" appears sometimes and not other times, as well?
- Julian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 1 15:07:12 2004