CVS

Accessing our CVS repository using a web interface

You can access OpenOcesAPI in our CVS repository using this web interface

Anonymous CVS access

OpenOcesAPI can be checked out using CVS from our CVS repository using the following commands

 
                  cvs -d :pserver:anonymous@openoces.org:/opt/cvs login
                  cvs -z3 -d :pserver:anonymous@openoces.org:/opt/cvs co ooapi
                
When prompted for a password for anonymous, simply press the enter key.

Note that in general versions of OpenOcesAPI that have been checked out of CVS are not to be considered stable. For production environments we recommend that you use the latest stable release located here.