Developer info

The development is made with the help of the project homepage at http://sourceforge.net/projects/sowap/

CVS Repository

Read/Write anonymous CVS Repository access is available To set up access via CVS you need to download a client and (in Unix) do the following:
 
cd <directory_to_store_sources >
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sowap login 
When prompted for a password for anonymous, simply press the Enter key. The module you wish to check out must be specified as the modulename. The following modules are available: Choose the modules you want and checkout with
 
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sowap co -P modulename 
You may also browse the source tree via a web interface Other useful commands are given by:
 
> cvs --help-commands