Re: Subversion access control
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Thu, 21 Jul 2011 14:39:44 -0500
On Jul 20, 2011, at 23:14, Andy Canfield wrote:
> I would like to use http/https. I am not supposed to be working on the server, but on my notebook workstation. And svn or svn+ssh require port 3690 to be forwarded by the router, and we don't own the router. So I would prefer http and/or https.
First of all, svn:// protocol uses port 3690, yes (or whatever port svnserve is listening on), but svn+ssh:// protocol uses port 22 (or whatever port sshd is listening on).
Second, what does a router have to do with this? You can't access the server directly from the client? You have to go through a router's port forwarding?
|
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.