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

Re: Making blame even faster

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-02-10 17:30:08 CET

Justin Erenkrantz wrote:

> --On Thursday, February 10, 2005 11:15 AM -0500 Daniel Berlin
> <dberlin@dberlin.org> wrote:
>
>> Again, you don't have to, since at that level, it's all svndiff, not
>> vdelta or xdelta.
>> I've just changed the svndiff generator, not the svndiff format.
>
>
> Right, but in order to use xdelta on an already existing large
> repository, you'd have to do a dump/load. Or, am I missing
> something? -- justin

Yes. :-)

Once again: The repository stores svndiff, and we send svndiff over the
wire. What algorithm we use to generate the svndiff doesn't matter, nor
does it have to be the same algorithm for the whole repository. The code
that uses the svndiff doesn't in any way depend on the code that
generates it.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 10 17:32:05 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.