CVS Info
When you officially become an Emilda developer you get read access to the "real" CVS at Sourceforge. The anonymous CVS access provided by Sourceforge is a mirror of the real one and therefore usually represents yesterdays work. As an Emilda developer, you get added to the Sourceforge project and can access the real CVS using these instructions.
export CVS_RSH=ssh cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/emilda co modulename
developername is your Sourceforge.net username and modulename is the Emilda module you want to check out, usually src. The password is your Sourceforge.net password. You can also use public key authentication for passwordless usage. For more info on that read the Sourceforge documentation.
If you create a patch we would like to have it made against the latest CVS source, do not use the anonymous CVS as it's not the latest. All developers do not have commit access to CVS, you know if you do.

