Newbie Q: problem with WinCVS

Hello!

I’m trying to check out the source tree for JOGL but without any success, after following the CVS guide given at jogl.dev.java.net.

I’m using WinCVS 1.3.13.2 Beta 13.

My settings for WinCvs Preferences->General:

Authentication: pserver
Path: /cvs
Host: cvs.dev.java.net
User name: guest
CVSROOT: :pserver:guest@cvs.dev.java.net:/cvs
Using default port and no proxy

Under Globals, I ticked “Checkout read-only”.

Then I logged in and it says:

cvs -d :pserver:guest@cvs.dev.java.net:/cvs login Logging in to :pserver:guest@cvs.dev.java.net:2401:/cvs

A dialog box pops up asking for the password, and
I entered “guest”. Then I get this message:

`
Fatal error, aborting.
cvs [login aborted]: guest: no such user

***** CVS exited normally with code 1 *****
`


I’m using an ADSL connection and my ISP uses a proxy server, but after adding that to the settings, I get this:

`
CVSROOT: :pserver:guest@cvs.dev.java.net:/cvs (password authentication using a proxy)
cvs -d :pserver;proxy=proxy.singnet.com.sg;proxyport=8080:guest@cvs.dev.java.net:/cvs login
Logging in to :pserver:guest@cvs.dev.java.net:2401:/cvs
cvs [login aborted]: Proxy server proxy.singnet.com.sg does not support HTTP tunnelling

***** CVS exited normally with code 1 *****
`

What’s going on? Can someone help?

Thanks in advance!

.rex