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

Re: Proxy

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-07-07 03:11:18 CEST

Jeremy_Barth@cargill.com wrote on 07/06/2005 09:49:37 AM:

> Does subclipse work through firewall/proxy? I'm having issues
> connecting to repositories.

They are really two different things. For a firewall, the Subversion
protocols are all pretty standard and can be used through a firewall
provided that the ports are opened. If you are using http/https odds are
the ports are already open. If you are using svn then just open port
3690.

If you need to configure an http proxy, then that is a client
configuration issue. This section of the Subversion book explains the
configuration settings, one of which is for an http proxy.

http://svnbook.red-bean.com/en/1.1/ch07.html#svn-ch-7-sect-1

Finally, note that some proxies block all HTTP protocol methods except GET
and POST. Subversion uses WebDAV which uses a bunch of other methods such
as LOCK, PROPFIND, CHECKOUT, MKCOL etc... If your proxy cannot be changed
to allow these, then one workaround is to use https:// Then the proxy
cannot see the method to block it.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Thu Jul 7 11:11:18 2005

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.