Re: Should mod_dav_svn/ra_dav support svndiff1? (was: Re: Should 'svnadmin dump --deltas' write svndiff1 diffs?)
From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-02-10 16:31:30 CET
On Fri, Feb 10, 2006 at 09:47:21AM -0500, Daniel Berlin wrote:
Sure. We really need to measure it :)
> IIRC, isn't the data sent base64 encoded by us beforehand anyway?
Er, not entirely sure. I think that either we or Neon base64 the
(((svndiff ins. || svndiff data) => base64) || plaintext) => zlib
was significantly worse or better than
(((svndiff ins. || svndiff data => zlib) => base64) || plaintext) => zlib
... (or something like that, anyway)
_If_ (big if) the tests I performed with 'dump --deltas' are in any
(I think that we can agree that it's always better to use svndiff1 if
> Or am i just off my rocker?
Isn't that orthogonal to the above question? :)
Regards,
---------------------------------------------------------------------
|
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.