CVS

See www.cvshome.org

CVS is installed on webpages.cs.kent.edu

There is a project folder (repository) under /local/opt/cvsroot called capstone04.
The CVSROOT is :pserver:<username>@webpages.cs.kent.edu:/local/opt/cvsroot for remote access.
Use it as a remote repository versus to logging in the machine itself and using it locally.

cvs -d :pserver:<username>@webpages.cs.kent.edu:/local/opt/cvsroot login
cvs -d :pserver:<username>@webpages.cs.kent.edu:/local/opt/cvsroot checkout capstone04
Or
(if shell is bash )
export CVSROOT=:pserver:<username>@webpages.cs.kent.edu:/local/opt/cvsroot
cvs login
cvs checkout <module>
if shell is csh,tcsh
setenv CVSROOT :pserver:<username>@webpages.cs.kent.edu:/local/opt/cvsroot

CVS Commands:

Rules:



Last Updated: 09/20/2004