File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -483,20 +483,21 @@ lionel-hutz.w3.org: Connection refused
483483cvs [update aborted]: end of file from server (consult above messages if any)
484484</code>
485485
486- THEN check to see if your ''CVS_RSH'' is defined by trying :
486+ OR an error message like :
487487
488488<code bash>
489- echo $CVS_RSH
489+ cvs [update aborted]: cannot exec value: No such file or directory
490+ cvs [update aborted]: end of file from server (consult above messages if any)
490491</code>
491492
492- IF you get nothing but a blank line or get an error message like :
493+ THEN check to see if your ''CVS_RSH'' is defined by trying :
493494
494495<code bash>
495- cvs [update aborted]: cannot exec value: No such file or directory
496- cvs [update aborted]: end of file from server (consult above messages if any)
496+ echo $CVS_RSH
497497</code>
498498
499- then do this (you likely need to setup your CVS_RSH system variable as documented in [[cvs#step-1-setup-cvs_rsh|Step 1 setup cvs_rsh]]) :
499+ IF you get nothing but a blank line or something other than "ssh",
500+ THEN do this (you likely need to setup your CVS_RSH system variable as documented in [[cvs#step-1-setup-cvs_rsh|Step 1 setup cvs_rsh]]) :
500501
501502<code bash>
502503export CVS_RSH=ssh
You can’t perform that action at this time.
0 commit comments