Skip to content

Commit 00fb217

Browse files
committed
spec/cvs: [Step 5 - Update Your CVS Checkout] fix error message vs. ssh
1 parent 8732f5b commit 00fb217

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

spec/cvs.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -483,20 +483,21 @@ lionel-hutz.w3.org: Connection refused
483483
cvs [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>
502503
export CVS_RSH=ssh

0 commit comments

Comments
 (0)