CVS access

:frowning:
You CVS access is somewhat broken:

[quote]cvs -d :pserver:anoncvs@cvs.dev.java.net:/cvs login
Logging in to :pserver:anoncvs@cvs.dev.java.net:2401/cvs
CVS password: (tried no password and anoncvs)
Fatal error, aborting.
anoncvs: no such user
[/quote]

Maybe someone should fix this…

I’m afraid I don’t know the correct anonymous user, but if you’ve got a dev.java.net login you should be able to use that username instead.

Sorry I can’t be more helpful!

The docs are wrong, the anonymous user is “guest”.

See my tutorial: http://xith.org/tutes/GettingStarted/html/bleeding_edge_source.html#SECTION000122000000000000000


cvs -d :pserver:guest@cvs.dev.java.net:/cvs checkout xith3d

will work.

Cheers,

Will.

http://xith.org/tutes/GettingStarted/html/bleeding_edge_source.html#SECT ION000122000000000000000
Do you mean you don’t have to login as guest? That’s what I think when I look at your CVS site.

Meanwhile I managed to get access with registering on java.net site.

I didn’t think you had to login for guest CVS access - just type that command I quote in my previous post.

Will.

cvs -d :pserver:guest@cvs.dev.java.net:/cvs checkout xith3d

This command is from your site and it is sure the guest access. :wink: