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

Re: svn commit: r26148 - trunk/www/merge-tracking

From: David Glasser <glasser_at_davidglasser.net>
Date: 2007-08-18 18:01:16 CEST

On 8/17/07, hwright@tigris.org <hwright@tigris.org> wrote:
> Author: hwright
> Date: Fri Aug 17 18:14:48 2007
> New Revision: 26148
>
> Log:
> * www/merged-tracking/func-spec.html
> (auditing-scope): Update the section about 'svn blame -g' to include some more
> explanation and examples.

Hyrum, thanks for posting these examples! I hadn't really understood
how 'svn blame -g' would look before. I have one small suggestion:

> + <p>The output of <code>svn blame</code> may be the following:</p>
> + <pre>
> + 2 alice This is the file 'iota'.
> + 14 bob 'A' has changed a bit, with 'upsilon', and 'xi'.
> + </pre>
> +
> + <p>Using the <code>-g</code> switch will show the author who most recently
> + changed the line, independent of which branch it was changed on (so long as
> + the changes have been merged). If Chuck made changes to the file in r11,
> + which was then merged in r14, the output of <code>svn blame -g</code> for the
> + same file may look like this:</p>
> + <pre>
> + 2 alice This is the file 'iota'.
> + 11 chuck 'A' has changed a bit, with 'upsilon', and 'xi'.
> + </pre>

I think it might be helpful to add a single-character column to the
"svn blame -g" output which indicates whether or not a given line's
revision is describing a direct commit or a merge. Does this seem
useful to anyone else?

--dave

-- 
David Glasser | glasser_at_davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 18 17:58:59 2007

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.