|
Subversion access with svn+ssh
|
||||||||||||||||
|
|
The most basic method to access a Subversion repository under your csoft.net account is referred to as the svn+ssh protocol. As its name indicates, this protocol speaks to the SVN server via SSH. Your SVN client must be provided an URL of the form: svn+ssh://user@ssh.yourdomain.com/path svn+ssh://user@server.csoft.net/path Unlike the svnserve and http DAV protocols, svn+ssh requires the use of real Unix accounts and Unix file permissions. Extra Unix accounts with a restrict svn+ssh shell can be configured from the shell interface or web interface. You will generally want to configure SSH public keys for passwordless authentication as well. Additional Unix groups are configurable in the same manner. Users can be granted read-only or read-write access on whole repositories with chmod and chgrp.
Links
|