|
In your home directory edit the file named .profile. After the
lines that define PATH and PS1, add two new lines that read:
CVSROOT=":local:/home/robocup/cvsroot"
CVSEDITOR="pico" (or vi)
To use SSH for CVS (for example from a home machine) add the new lines:
CVSROOT=":ext:<username>@hiddink.cs.virginia.edu:/home/robocup/cvsroot
CVSEDITOR="pico" (or vi)
CVS_RSH="ssh"
where <username>is your CS account username.
|