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

Re: svn annotate requires Start revision precede end revision

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Mon, 9 Apr 2012 00:18:26 +0300

Ben Aveling wrote on Sun, Apr 08, 2012 at 16:51:33 +1000:
> But at this moment, I want to know when a line was removed, so I do
> want to have the 'end' precede the 'start'.
>
> Is there a way to do it?
>

Yes and no.

The 'start < end' check is implemented at the library level, not at the
client level (so switching to a non-cmdline client won't help). And the
history walk is unidirectional for ≥1.1 servers (see svn_ra_* calls in
svn_client_blame5()).

But the idea itself --- of computing the blames in reverse to determine
deleted lines --- is sound. And I'd love to see it implemented.

Daniel

> Regards, Ben
>
Received on 2012-04-08 23:19:11 CEST

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.