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
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.
---------------------------------------------------------------------
|
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.