Accessing SVN
Submitter: detwilerLocal checkout, from within Synapse using a file URL, looks like this:
svn co file:///usr/local/repos/svnroot/OCDM_Project/Ontology/trunk OCDM
There are 2 options for setting up remote access:
1. ssh+svn - requires user directory, but would be fine for just Jim, Onard, and myself
2. Apache svn module - info here http://svnbook.red-bean.com/en/1.7/svn.serverconfig.httpd.html
Option 1 requires no additional configuration (beyond having a user account on Synapse that is in the group sigusers). Here is what a checkout looks like from a remote computer (F5 VPN connected):
svn co svn+ssh://synapse.si.washington.edu/OCDM_Project/Ontology/trunk OCDM