CVS Access

Command line access

The CVS repository can be checked out through anonymous (pserver) CVS. There is no password for the anonymous account.

          cvs -d :pserver:anonymous@rcpapps.cvs.sourceforge.net:/cvsroot/rcpapps login
          

cvs -z3 -d :pserver:anonymous@rcpapps.cvs.sourceforge.net:/cvsroot/rcpapps checkout RCPNews

Eclipse access

From within Eclipse, select File -> New -> Project -> CVS -> Checkout projects from CVS. Enter the following information:

host
rcpapps.cvs.sourceforge.net
repository path
/cvsroot/rcpapps
user
anonymous
password
(leave blank)
connection type
pserver
After you click finish, select the HEAD version and the necessary projects will be checked out.