From cb31db2ec6460f32afdd7593e721ba1f262b57a5 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Tue, 6 Sep 2022 20:06:43 -0400 Subject: [PATCH] Fix checkout instructions to include use of CVS_RSH --- site/index.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/site/index.html b/site/index.html index 949ec5d..456faa4 100644 --- a/site/index.html +++ b/site/index.html @@ -748,7 +748,18 @@ $ cvs -q update -dP

You should now have the latest Telodendria source code. Follow -the Code Style as you make your changes. +the Code Style as you make your changes. If +the cvs command fails with a Connection refused +error message, then try setting the SSH_RSH environment +variable to ssh, like this: +

+
+$ export SSH_RSH=ssh +
+

+Then run the checkout again. Some versions of CVS don't use SSH to checkout +by default, so if yours doesn't, you might want to put that line in your +.bashrc or other shell init script.

Code Style