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

Re: [PATCH]: SVNDIFF version 1

From: Mark Phippard <markp_at_softlanding.com>
Date: 2005-10-21 22:04:51 CEST

Daniel Berlin <dberlin@dberlin.org> wrote on 10/21/2005 03:25:48 PM:

> I've recently revived that patch, and brought it up to date. I've
> changed the compressor to use zlib, which is now *everywhere*.

I do not want to get this discussion off-topic.

I do not believe there is an "official" port of zlib to OS/400, but I do
recall seeing posts on other mailing list from people that have compiled
it. So in the worst case, we could likely port it ourselves and include
it in our binary distribution for OS/400.

After doing some digging around, I did find that IBM does include it in a
library that is included with their Apache server. I think they use it
for mod_deflate. I looked at the library and it is only exporting these
functions:

deflateInit2_
deflate
deflateEnd
crc32
inflateInit2_
inflate
inflateEnd

I looked at your patch and it doesn't look like you are using these. I
saw a "compress".

Could you possibly send me a list of the zlib functions you would likely
use? We had some of these same issues with the APR libraries and in the
past IBM has been cooperative in exposing these functions to us in their
library and then making an updated version available as a fix. Otherwise,
they only expose the functions they are using in the Apache server. This
process can take a while so it helps to be proactive.

Thanks

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 21 22:10:17 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.