This Glast software installation "Cheat Sheet" is intended as a shortcut for developers using a Linux machine who may simply be installing software they are already familiar with on a new machine.
If CVS is not installed on your system, contact your system administrator to have it installed.
Create Linux Environment Variables (for access to the GLAST cvs respository):
setenv CVS_RSH ssh
setenv CVSROOT :ext:centaurusa.slac.stanford.edu:/nfs/slac/g/glast/ground/cvs
Troubleshooting Tip : If your userid on your local machine is different from your userid for SLAC, you must specify your SLAC userid. For example, if your SLAC userid is mySLACid then, in the second setenv command above:
:ext:centaurusa.slac.stanford.edu
should be replaced with:
:ext:yourAccountName@centaurusa.slac.stanford.edu:/nfs/slac/g/glast/ground/cvs
To verify that you can access the GLAST CVS server, issue a query.
For example, the start of output for a cvs rlog command on a module
in the GLAST repository:
$ |
cvs rlog -t GlastRelease/doc |
|
cvs rlog: Logging GlastRelease/doc |
|
RCS File: /nfs/slac/g/glast/ground/cvs/GlastRelease/doc/release.notes, v head: 1.7 |