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

Re: how to access a subversion repository behind a firewall

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Mon, 21 Apr 2008 01:07:30 -0500

On Apr 20, 2008, at 10:50 PM, Rajeev Kumar wrote:

> I am behind a firewall and i am not able to connect to my svn
> repository.

Open the correct port in the firewall for the repository's protocol.

If the repository is served using the svn:// protocol, open port 3690.

If the repository is served using the svn+ssh:// protocol, open port 22.

If the repository is served using the http:// protocol, open port 80.

If the repository is served using the https:// protocol, open port 443.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-22 08:08:18 CEST

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.