SVN: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
For people with existing svn repositories, I think you can simply copy your existing directory into /svn. | For people with existing svn repositories, I think you can simply copy your existing directory into /svn. | ||
[[Category: | [[Category:Sysadmin]] | ||
Revision as of 22:49, 10 March 2014
OBSOLETE. We now use Github.
We now have a dedicated, centralized SVN repository.
This repository resides on svn.compbio.ucsf.edu.
A dedicated svn partition of ~250GB is available on /svn. Anyone should be able to create repos in this directory, via svnadmin. For shared access, the appropriate premissions must be granted by the user creating the repo.
The intended way to access this repository is via the url: svn+ssh://svn.compbio.ucsf.edu/svn/(project)
ie: svn co svn+ssh://svn.compbio.ucsf.edu/svn/test
For people with existing svn repositories, I think you can simply copy your existing directory into /svn.