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