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

Re: linevector for backwards blame

From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2005-02-16 03:17:33 CET

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.

--Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 16 03:18:50 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.