Troubleshooting CVS

From WeBWorK_wiki
Revision as of 19:50, 21 February 2008 by Sam (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Operation times out during authenticated operations

Your copy of CVS might be trying to use RSH by default instead of SSH. Make sure that you have the environment variable CVS_RSH set to ssh in your shell. For bash, the command is:

export CVS_RSH=ssh

You can put that in your .bashrc file to have it executed for each shell you run.