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

subversion across strict corporate firewall

From: <Roland.Tepp_at_seb.se>
Date: 2004-05-05 13:28:26 CEST

Hello,

I'm evaluating subversion as a versioning system for a small company that sits behind a huge and highly restrictive corporate firewall that does not allow anything but HTTP connections going out and no incoming connections whatsoever!

I chose subversion partly because of it's promise of being so similar to the cvs and partly because I hoped that since it supports WebDAV as it's transport protocol, we could use it acros our firewall as WebDAV is based on HTTP.

But alas, it seems the firewall does not allow svn requests to WebDAV reporitory through.
(browsing of a repository with a web browser works just fine)

I do not really know enough of networking to be 100% shure I know what I'm talking about, but it looks like the library, that svn uses to talk to WebDAV server, is using sockets to establish a connection to DAV server and since socket transport is locked in our firewall, the requests don't get through...

So the big question is - what could I do (besides establishing HTTP tunnel to the repository server) to connect successfully to remote repository across firewall that does not allow any other connections but HTTP(S)

---
Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 5 13:29:06 2004

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.