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

Re: Fix needed for 'svn blame'

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-04-28 14:26:19 CEST

On Apr 28, 2005, at 12:58 AM, Alexander Thomas wrote:

> I think, output of 'svn blame' on multiple targets (svn blame URL1
> URL2)
> should add file information either with each entry or once on each
> target. Should this be fixed ?
>
> Two suggestions for blame outputs are given below
>
> 1. display filename on each entry
>
> $ svn blame URL1 URL2
>
> URL1 20 alexander This is a test for svn blame
> URL1 21 alexander Adding a second line for testing svn blame
> URL2 22 alexander change in file boo

Interleaving data seems really confusing to me.

>
> 2. display filename before processing each file like below
>
> $ svn blame URL1 URL2
>
> File: URL1
>
> 20 alexander This is a test for svn blame
> 21 alexander Adding a second line for testing svn blame
>
> File: URL2
> 22 alexander change in file boo
>
>

This makes more sense. What currently happens?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 28 14:27:20 2005

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.