Anonymous CVS HOWTO.
To check out the Powertweak CVS repository, do the following
cvs -d:pserver:anonymous@cvs.powertweak.sourceforge.net:/cvsroot/powertweak login
hit return when asked for a password, and then type..
cvs -d:pserver:anonymous@cvs.powertweak.sourceforge.net:/cvsroot/powertweak checkout -PAd powertweak
From then onwards, to resync your checked out source with any updates, you can do the following..
cvs -d:pserver:anonymous@cvs.powertweak.sourceforge.net:/cvsroot/powertweak update -PAd powertweak
Developer CVS access.
Commit access to the repository will be granted to anyone who submits lots of patches to the mailing list :)
You will need a Sourceforge user account before access can be granted.
CVS mailing list.
Every time a commit is made to CVS, a changelog message is sent to the CVS commits mailing list.
More information (including subscribe info) is available on the CVS Commit list page.