HOWTO Access The CVS Server: Difference between revisions

From Research
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:


[[Image:eclipse-cvs-checkout.gif]]
[[Image:eclipse-cvs-checkout.gif]]
[[Image:eclipse-cvs-checkout-module.gif]]

Revision as of 21:22, 7 September 2006

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

Example for Windows Users

Eclipse-cvs-checkout.gif

Eclipse-cvs-checkout-module.gif