$ c:\cvsdir\cvs
$ set HOMEDRIVE=c:
$ set HOMEPATH=/user/cvsdir
/user/cvsdir is the directory on the local PC disk where temporary files
are stored, including the .cvspass password file (notice the forward slashes!).
It is not necessarily the directory where the checked-out data will appear.
You can set more enviroment variables for this, and indeed for the $CVSROOT
directory on the remote machine where the repository is stored.
$ cd c:\user\cvsdir
$ cvs -d :pserver:user@derwent:/share/nlp/src/CVS_Repository
login
where 'user' is your unix username. The system should respond with a
request for your CVS password. Type this in and if all is well you'll simply
get the DOS prompt back. Your CVS password has now been stored in a trivially
encrypted form in c:/user/cvsdir/.cvspass
so that you can carry out further tasks on the server without needing your
password. Once you have checked out an archive you can dispense with these
long commands, since CVS will store all the relevant details in the CVS
subdirectory of your checked-out archive.
should check out 'archive' (lets say aventinus) into c:/user/cvsdir/aventinus.
You can now work on this with your favourite editors, tools and what-have-you.
This is important as it empties the c:/user/cvsdir/.cvspass file.