Sécurité, Performance et Haute Disponibilité |
Subversion access with svn+ssh
|
||||||||||||||||
|
[English] [Français] [Norsk] |
The easiest way to access a subversion repository involves use of the svn+ssh protocol, which is simply the tunnelling of subversion commands through ssh. The subversion client must be given an URL of the form svn+ssh://user@server.csoft.net/path. The two other methods for subversion access are svnserve and HTTP/DAV. Unlike the other methods, svn+ssh requires the use of real unix accounts and unix file permissions. Extra unix accounts that are restricted to svn+ssh access can be configured with csoftadm (and assigned SSH public keys for passwordless authentication). Additional unix groups are also configurable from csoftadm. Users can be granted read-only or read-write access on whole repositories with chmod and chgrp.
Links
|