How to get CVS and ADAMO, + list of libraries needed for GMINOS
Give me your machine address and user name to add to the ".rhosts" file. Here's an example:
mimosa.astro.indiana.edu miller
setenv CVS_RSH remsh
cvs -d minos@bigbang.astro.indiana.edu:/usr/local/cvsroot checkout gminos
To make your life easier, you can define an environment variable in, say, your `.cshrc' file with that horribly long pathname. For example,
setenv REPOS minos@bigbang.astro.indiana.edu:/usr/local/cvsroot
and then the command becomes
cvs -d $REPOS checkout gminos
[an error occurred while processing this directive]