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

Re: Subversion Performance Benchmark

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-09-25 00:57:46 CEST

On Tue, 2002-09-24 at 18:47, Greg Stein wrote:
> Regardless, Karl's point about "change #6" is correct, and I'm glad to see a
> real-life case where it is needed

It's not really needed, although it's arguably more elegant than my
proposed fix.

> (my prevoius use-case was simply
> debugability and future format convenience, which isn't all that strong).
> ra_local would get a chance to say "no source? okay. that's a full text,
> let's just stream the sucker rather than worrying about a self-diff".

Just to be sure we're all on the same page, when you're using ra_local,
you *never* want svndiffs in your editor operations, source or not.
Remember, the repository doesn't store the diffs it gets from the
editor; it reconstructs the full text and then (if appropriate) does
another diff against some previous representation.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 25 00:58:29 2002

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.