K 10 svn:author V 5 peter K 8 svn:date V 27 1998-05-27T16:55:49.000000Z K 7 svn:log V 469 If we are logging into a cvs pserver with the username of "anoncvs", and we have not done an explicit 'cvs login', then use a default password of "anoncvs". This allows things like: setenv CVSROOT :pserver:anoncvs@anoncvs.freebsd.org:/cvs cvs checkout src (without doing the normal 'cvs login' for pserver mode) but this runs over the :pserver: protocol rather than the more troublesome rsh. Naturally, the server had better be running in -R (readonly) mode :-) END