On Tue, 15 Feb 2005, Daniel Berlin wrote:
> On Tue, 2005-02-15 at 20:05 -0500, Mark Benedetto King wrote:
>
> > This should not be difficult: the existing system just tracks everything
> > by line number until it is time to output the blame, then it simply reads
> > through the blamed revision (which exists in a temporary file) one line
> > at a time, calling the blame callback as it goes.
>
>
> I've started to implement it.
> The real problem is that i have to read each file into an artificial
> buffer seperated by lines since diff gives me line numbers, but no text
> for the lines.
>
Mark's point was that you don't actually need the text of all the lines.
All lines you are eventually going to output are in the youngest file, so
just keep that file around ntil the bitter end.
Noe that get_filerevs currently doesn't give revisions backwards. It is
braindead design of mine. I'll take a look about the API docs to see
whether we need a deprecation round - as a kind of punishment for that:-)
Regards,
//Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 16 08:37:20 2005