Cvs access broken?

it seems that /cvs-org/messenger is not a valid path. At least that’'s what eclipse is telling me

It’'s still working for me. You sure you have all params set correctly?

Regards,

Matt

Yup. Here is a transcript.

cvs -d:pserver:anonymous@jivesoftware.org/cvs-org/messenger login

Logging in to :pserver:anonymous@jivesoftware.org:2401/cvs-org/messenger

CVS password:

/cvs-org/messenger: no such repository

Your pserver path is incorrect. Remove the /messenger off the end:

do as exactly as follows:

cvs -d:pserver:anonymous@jivesoftware.org:/cvs-org login

cvs -d:pserver:anonymous@jivesoftware.org:/cvs-org co messenger

/cvs-org is a path to a repository, not a path to a specific module.

Also, I updated the source page on the site to make CVS checkout commands a bit clearer.