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

Fix needed for 'svn blame'

From: Alexander Thomas <alexander_at_collab.net>
Date: 2005-04-28 07:58:22 CEST

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

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

 -Alexander Thomas (AT)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 28 07:59:18 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.