[en] [de] [fr] Files | Docs | FAQ | Contact

  :: Developer Info


o Project status
o Where to start
o Contacting the Developers
o CVS access

Project Status

Currently our developers are focused on designing a solid database schema for both MySQL and PostgreSQL. This is a very important stage of the project because it will serve as the foundation for all other aspects.

Visit the status page for task-specific information.



Where to start
If you would like to contribute to the project, it is suggested that you read the more recent forum posts and familiarize yourself with the developers mailing list archives. You should then subscribe to the developers list and submit any patches or comments you have for general discussion.


Contacting the Developers
Please visit the contact page for more information.


CVS access

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.



This page was last modified on Friday August 10th, 2001 @ 3:32 AM