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

Re: SVNServe and firewalls

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-04-23 17:57:54 CEST

On Apr 23, 2005, at 10:44 AM, Robert Murphy wrote:

> Hello,
>
> My company is trying to share a repository that is hosted using
> svnserve. Unfortunately our partners have a rather restrictive
> firewall and are unable to retrieve or send updates to the repo. We
> tried to be clever hand have svnserve use port 80 and have it bind to
> a specific host name but to no avail. I have seen previous posts
> concerning firewalls but those dealt with the Apache module and not
> the stand alone server. Any ideas would be appreciated.
>

Set up an apache server with SSL, in addition to your svnserve.
https:// tends to go through firewalls without a hitch.

Another option is to give system accounts to your partners, and let
them in via svn+ssh://. Or have them set up an ssh tunnel (ssh -L),
and run normal svn:// protocol over the tunnel.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Apr 23 18:01:28 2005

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

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