On Sandia's 980 SON LAN, CVS is accessed through the following path:
/Net/local/gnu/bin/cvs for Sun workstations running Solaris.Developers must set the CVSROOT environment variable to the repository directory:
setenv CVSROOT username@software.sandia.gov:/space/CVS-Zoltanwhere username is the developer's username on the CVS server software.sandia.gov. To get a working copy of the Zoltan software, the CVS check-out facility is used:
cvs checkout -P ZoltanOther useful CVS commands update a developer's working directory, merging the developer's changes with those in the repository:
cvs updateand check into the repository a developer's changes:
cvs commitThe UNIX man page for cvs contains information on these and other useful CVS commands.