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

Re: using blame

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sat, 31 Jan 2009 08:40:34 +0100

Eddy Quicksall wrote:
> I was trying out blame from the Repository Browser to track some
> changes. One of the lines shows it was changed at rev 3320. So I used
> blame again and selected 3320 as “to” revision. It said there was no
> such file for 3320.
>
>
>
> So I went to command mode and typed svn blame –r 3320 prog.c and that
> worked.
>

svn blame -r XXX file
means blame from XXX to HEAD.
Try
svn blame -r1:XXX file
if you want to do the same as you did with TSVN.

Also, the "To" revision means "up to but not including". If you blame a
file from r1 to r5, then only the changes between r1-r2, r2-r3, r3-r4
and r4-r5 are shown. But if the file was added in r5, you won't get a blame.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1078851
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-01-31 08:40:51 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.