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

Re: Issue 908: Text-base compression status?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-09-22 17:41:24 CEST

"GOVAERTS Lieven" <Lieven.GOVAERTS@post.be> writes:

> Can you point me to the file and interface

svn_stream_compressed in libsvn_subr/stream.c

> + the design error you mentioned here?

If Subversion is built without zlib then svn_stream_compressed does no
compression/decompression, but a client has no way to determine
whether zlib is in use. Possible fixes: make zlib compulsory, make
the whole compressed interface depend on SVN_HAVE_ZLIB, or make it a
runtime error to use the compressed interface if SVN_HAVE_ZLIB is not
set.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 22 17:44:34 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.