We want to make sure the traffic is encrypted, means if we are using
csh, we should dosetenv CVS_RSH ssheither on the command-line or in one of the initialization files like
.cshrc or .login, etc. You get the idea. Then we have to change the current working directory to the location of the pkgsrccd /usr/pkgsrcand issue
cvs -q update -dPI do not use the
-q switch (quiet) by the way, I prefer to see exactly what is going on, this may slow the processing down, though.

