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

Re: svndiff + gzip?

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-04-06 09:25:33 CEST

Justin Erenkrantz writes:
> One of the things that I've been looking at lately is that the svndiff
> algorithm generally has lots of plain text inside of it that can be
> compressed. So, I've locally tweaked ra_serf to send:
>
> Accept-Encoding: svndiff1;q=0.9,svndiff;q=0.8,gzip
>

Why not just drop svndiff1 from the line above? Would svndiff1 be any better
than svndiff+gzip in this case?

This would hurt 1.4+ servers without mod_deflate that could have sent
svndiff1, but isn't it easier for them to install compression and get
it everywhere (log etc.) than to rely on custom compression in the
delta format?

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 6 09:26:11 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.