Re: http + ssh
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Wed, 9 Feb 2011 14:42:59 -0600
On Feb 9, 2011, at 14:38, alexus wrote:
> svn co svn+ssh://your.remote-server.com/home/svn/test
The available repository access methods are:
file:/// (no server process; no encryption; for testing local repositories only)
svn:// (svnserve daemon always running or started on demand by initd or launchd; no encryption)
svn+ssh:// (svnserve started on demand by sshd; ssh encryption)
http:// (apache httpd daemon always running or started on demand by initd or launchd; no encryption)
https:// (apache httpd daemon always running or started on demand by initd or launchd; ssl encryption)
|
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.