Browse CVS Repository
Browsing the CVS tree gives you a great view into the current status of
this project's code. You may also view the complete histories of any file
in the repository.
In order to use the following method to access the CVS-tree, you need
to have a cvs-binary installed. You get the latest one at Cyclic.
The following modules are in the SMDP-CVS:
- smdp -the library, schema's/sql-scripts, documentation.
- schema - just the schemas/sql-scripts.
- lib - just the library.
- doc - just the documentation.
- patches - these are patches to third-party applications.
- htdocs - the SMDP-website.
Anonymous CVS Access
The project's CVS repository can be checked out through anonymous
(pserver) CVS with the following instruction set. The module you wish
to check out must be specified as the modulename. When prompted
for a password for anonymous, simply press the Enter key.
cvs -d:pserver:anonymous@cvs.smdp.sourceforge.net:/cvsroot/smdp login
cvs co module-name
Developers CVS Access
Only developers can access the CVS-tree this way.
SSH1 (and of course a cvs-binary) should be installed on your client machine.
export CVS_RSH=ssh (if you use sh-like shells)
set CVS_RSH=ssh (if you use c-like shells)
cvs -z3 -d:ext:developername@cvs.smdp.sourceforge.net:/cvsroot/smdp
co modulename
Updates from within the module's directory do not need the -d parameter.