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

Re: Should mod_dav_svn/ra_dav support svndiff1? (was: Re: Should 'svnadmin dump --deltas' write svndiff1 diffs?)

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2006-02-10 17:08:20 CET

On 2/10/06, Malcolm Rowe <malcolm-svn-dev@farside.org.uk> wrote:
> Er, not entirely sure. I think that either we or Neon base64 the
> binary blob before transmission, yes. So that would mean that we need
> to determine whether

FWIW, ra_serf doesn't use any base64 trickery. My plan is to have
ra_serf request gzip encoding for plain-text files (i.e. no base) and
svndiff (no gzip) for when we have a delta base. The knowledge of the
delta base is way way better than requesting the entire plain text and
zlibing it back in most cases.

Greg and I have talked about mod_dav_svn not svndiff'ing a response
when the file is under some X bytes because it's just better to give
it back in plain text and avoid any diff overhead... -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 10 17:12:08 2006

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.