SVN: Difference between revisions

From DISI
Jump to navigation Jump to search
m (1 revision)
 
m (asdf)
Tag: Replaced
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
We now have a dedicated, centralized SVN repository.
OBSOLETE. We now use [[Github]].


This repository resides on svn.compbio.ucsf.edu.
[[Category:Developer]]
 
[[Category:Obsolete]]
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.

Latest revision as of 17:43, 2 May 2024

OBSOLETE. We now use Github.