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

Re: reverse blame to find deleted lines?

From: Mark Eichin <eichin_at_gmail.com>
Date: Fri, 28 Nov 2008 11:20:13 -0500

Blameall.py should get you the "lifespan" of all lines that ever existed,
which is more than you're asking for; I don't have a link handy, but Ned
Batchelder wrote it, should be enough to find it...

On Nov 28, 2008 9:51 AM, "Kloster Oddvar" <Oddvar.Kloster_at_sintef.no> wrote:

> I know you can use the blame function to detect in what revision a
> particular line of code has been added or changed.
>
> But is there a way to detect in what revision lines have been _removed_?
> I tried a reverse blame like
> svn blame -r 200:100 myfile.c
> to see deleted lines, but svn does not allow that:
> svn: Start revision must precede end revision
>
> Any suggestions?
>
> Norbert
>
 
I found the above message from 2005 when searching for this. I too find from
time to time that I'd like to discover when a line next was changed or
deleted *after* a certain revision. Does svn now have any support for this,
or are there plans for implenting reverse blame?
 
 
Oddvar Kloster
 

 
Received on 2008-11-28 17:20:42 CET

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

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