[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: Madan U Sreenivasan <madan_at_collab.net>
Date: 2005-04-28 14:53:00 CEST

On Thu, 2005-04-28 at 17:56, Ben Collins-Sussman wrote:
> On Apr 28, 2005, at 12:58 AM, Alexander Thomas wrote:
>
> >
> > 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?
I think thats the only way to go. I have another bug(?) to report in svn
blame. One can see that the first line is reported as revision 7 the
second time blame is used, which is wrong...this can be cross-checked
with the first blame result....

[madan@madan A]$ svn blame mu
     1 jrandom This is the file 'mu'.
[madan@madan A]$
[madan@madan A]$ vi mu # Edited the file to add two lines
[madan@madan A]$ svn ci mu -m "attempt1"
Sending mu
Transmitting file data .
Committed revision 7.
[madan@madan A]$ svn blame mu
     7 madan This is the file 'mu'.
     7 madan attempt 1 - line 1
     7 madan attempt 1 - line 2

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

---------------------------------------------------------------------
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:52:39 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.