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

Re: [Subclipse-users] gzip or deflate support

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 14 Jan 2008 22:17:35 -0500

On Jan 14, 2008 10:12 PM, Camilo Aguilar <camilo.aguilar_at_gmail.com> wrote:

> I have subversion server with dav support and http
>
> does subclipse support compressed content (gzip or deflate)?

I am going to be cute here and say No.

Subclipse does not control or perform this part of the equation. We
are a GUI and Eclipse integration. We execute API provided by
Subversion for everything. You commit something we call an API with
the files to commit and the log message. You check something out, we
call an API with a URL and local path. All the real work happens
inside the API.

We support two API providers. JavaHL, which is part of Subversion
itself and makes calls to the native C libraries from Subversion.
SVNKit which is a reverse engineering of JavaHL and Subversion in pure
Java code.

Do these products support these things? JavaHL certainly does if zlib
was compiled in. I believe SVNKit does as well.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-01-15 04:17:45 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.