Brant Langer Gurganus wrote:
Here are the commands I use for anonymous login:graphical or not, cvs is a nightmare
cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot login
password: anonymous
cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot checkout mozilla-org
replace mozilla-org with the desired module
Since I believe you don't care for CVS, you might try using WinCVS or some other GUI which might make things a little easier for you.
I tried WinCVS before, got it working w/ mozdev.org and mozilla.org's Mozilla source. But I couldn't get it to get mozilla-org stuff.
As for the no such user message, you need to file a bug in mozilla.org > CVS account request to get an account if you plan to update or add documents. Let me know if you still have problems and I'll try to be more clear in the steps.
would port # have anything to do with it? The following is what I got:
cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot login Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot CVS password: Fatal error, aborting. anonymous: no such user
