You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "C. Michael Pilato" <cm...@collab.net> on 2005/01/28 04:55:37 UTC

Re: [PATCH] for BOOK: mention "svn status" codes in reference for "svn log"

Eric Hanchrow <of...@blarg.net> writes:

> Mention the codes from "svn status" in the entry for "svn log".
> 
> Index: ch09.xml
> ===================================================================
> --- ch09.xml	(revision 12848)
> +++ ch09.xml	(working copy)
> @@ -2001,7 +2001,11 @@
>              will also print all affected paths with each log message.
>              With <option>--quiet</option>, <command>svn log</command>
>              will not print the log message body itself (this is
> -            compatible with <option>--verbose</option>).</para>
> +            compatible with <option>--verbose</option>).  Each path is
> +            prefixed with a letter describing what happened to that
> +            entry in this revision; see <xref
> +            linkend="svn-ch-9-sect-1.2-re-status"/> for what the
> +            letters mean.</para>
>  
>            <para>Each log message is printed just once, even if more
>              than one of the affected paths for that revision were
> 

Sorry, I'm denying this patch.  The status codes using the 'svn log
-v' output are not guaranteed to be the same codes used by 'svn
status', so adding the cross-reference you added is improper.
Unfortunately, I don't think our reference chapter describes the
character codes used by 'svn log' at all, there *is* no good place to
cross-reference.  But that could be a really useful thing for you to
put into the next iteration of this patch, right?  :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org