I was added into a group recently, but I can't checkout files created by another group member. The error messages are: connect to address 192.12.69.169 port 544: Connection refused
connect to address 192.12.69.169 port 544: Connection refused
trying normal rsh (/usr/bin/rsh)
cvs [checkout aborted]: received interrupt signal
cvs [checkout aborted]: received interrupt signal
You have to first set the environment variable CVS_RSH to ssh. In tcsh:
setenv CVS_RSH ssh
For more information on CVS, see http://www.cs.arizona.edu/computing/utilities/cvs.html.