Obtaining the latest source code using CVS
Here is the information you'll need for connecting to the projects
CVS repository∞.
- NOTE: UNIX file and directory names are case sensitive. The path to the project CVSROOT must be specified using lowercase characters (i.e. /cvsroot/pennypost)
Anonymous Read Only CVS Access (pserver)
This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. When prompted for a password for anonymous, simply press the
Enter key.
cvs -d:pserver:anonymous@pennypost.cvs.sourceforge.net:/cvsroot/pennypost login
cvs -z3 -d:pserver:anonymous@pennypost.cvs.sourceforge.net:/cvsroot/pennypost co -P !PennyPost
cvs -d:pserver:anonymous@pennypost.cvs.sourceforge.net:/cvsroot/pennypost login
cvs -z3 -d:pserver:anonymous@pennypost.cvs.sourceforge.net:/cvsroot/pennypost co -P !PennyPostTB
Updates from within the module's directory do not need the -d parameter.
Developer CVS Access via SSH (ext)
- Only project developers∞ can access the CVS tree via this method. Developers may verify their CVS access status on the admin page∞ for this project.
A
SSH client∞ must be installed on your client machine. Substitute
developername with the proper values. Enter your site password when prompted. Developers may also make use of shared SSH keys for authentication.
export CVS_RSH=ssh
cvs -z3 -d:ext:developername@pennypost.cvs.sourceforge.net:/cvsroot/pennypost co -P !PennyPost
export CVS_RSH=ssh
cvs -z3 -d:ext:developername@pennypost.cvs.sourceforge.net:/cvsroot/pennypost co -P !PennyPostTB
CVS Server: pennypost.cvs.sourceforge.net
Repository Folder: /cvsroot/pennypost
CommandLine Module: PennyPost
ThunderbirdExtension Module: PennyPostTB
Online CVS
Finally, you can also browse the
CVS repository online∞.
A significant amount of information about project CVS services can be found in
CVS (Version Control for Source Code)∞.
CategoryImplementationDocs