HOWTO Access The CVS Server

From Research
Revision as of 22:39, 18 July 2006 by Mmmark (talk | contribs) (Access CVS Server moved to HOWTO Access The CVS Server: improved title)
Jump to navigation Jump to search

To access our CVS repository, use CVS_RSH="ssh" with URL being :ext:$user@cvs.iat.sfu.ca:/var/cvsroot/$foobar


Example for Linux Users

Checkout

# export CVSROOT=:ext:username@cvs.iat.sfu.ca:/var/cvsroot/projectname
# export CVS_RSH=ssh
# cvs checkout modulename

Update

# cvs update modulename