Please visit our ***NEW*** OBF/BOSC website: https://www.open-bio.org/ |
-
Difference between revisions of "SVN-Developers"
From Open Bioinformatics Foundation
(→Additional SVN documentation) |
|||
Line 16: | Line 16: | ||
== Additional SVN documentation == | == Additional SVN documentation == | ||
− | [http://svnbook.red-bean.com/en/1.1/index.html | + | [http://svnbook.red-bean.com/en/1.1/index.html Version Control with SVN ] |
Revision as of 17:11, 28 March 2006
Contents
SVN repository access for developers
This page is for open-bio affiliated developers who are making use of SVN based version control systems rather than the traditional CVS based systems.
Access methods
svnserve operates in tunnel mode only
For security and access control reasons we are not running a daemonized svnserver process or allowing access via HTTP through the Apache mod_DAV/svn module methods. The SVN access method that fits best with our current developer and security model is to run svnserver in "tunnel" mode on a per-user basis. This means developers will connect and authenticate via encrypted SSH sessions before svnserver is invoked. In this scenario svnserver is launched in tunnel mode and runs as the user who invoked it.
Hosted repositories
blipkit
Blipkit access is achieved via methods such as this:
svn checkout svn+ssh://dev.open-bio.org/home/svn-repositories/blipkit