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?