Establishing the SVN repository

From WormBaseWiki
Jump to navigationJump to search

Here's how the WormBase subversion repository was established.

ssh brie3
cd /usr/local
sudo mkdir svn
sudo chgrp wormbase svn
sudo chmod 2775 svn

cd projects
mkdir temp
mv wormbase temp/.    // the reimp code
cd temp
svn import . svn+ssh://brie3.cshl.org/usr/local/svn -m 'initial import'