Difference between revisions of "Troubleshooting CVS"

From WeBWorK_wiki
Jump to navigation Jump to search
(New page: == 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 s...)
 
 
Line 6: Line 6:
   
 
You can put that in your .bashrc file to have it executed for each shell you run.
 
You can put that in your .bashrc file to have it executed for each shell you run.
  +
  +
[[Category:Troubleshooting]]

Latest revision as of 19:50, 21 February 2008

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.