[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:51:30 CEST

On Apr 28, 2005, at 7:53 AM, Madan U Sreenivasan wrote:
>>
> 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
>

I'm guessing that when you added two lines to the file, you also added
newline to the end of line 1. I don't think there's a bug here.

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