OpenCms CVS repository

The complete OpenCms source code is accessible in the OpenCms CVS system. CVS is a system for concurrent version control. In case you do not know what CVS is, check out the CVS website for further information.

You will always find the latest source code version of OpenCms in our CVS repository. You can check out this source code and compile OpenCms for yourself as described on the Core Build page.

Please note that the CVS may contain new code that has not fully been tested yet and thus might cause problems. In case you want to use OpenCms in a production environment, we recommend that you use the latest binary release, available in the Download area.

CVS client configuration

Set your environment variable CVSROOT or GUI client equivalent to

:pserver:anon@cvs.opencms.org:/usr/local/cvs

Next, you need to login into the CVS repository by typing

cvs login

or using the equivalent login method for your GUI client. This will ask you for a password.

The password for anonymous read-only access is "anon".

The complete OpenCms source code is available in the opencms/ subdirectory of the CVS tree. Use this command to get the latest stable version of OpenCms

cvs checkout opencms

if you want to get the development branch, where you will find the latest bug fixes and the newest features. use the command

cvs checkout -r DEV_7_0 opencms

or use the equivalent method of your GUI client.

Please note: If you intend to build OpenCms from the CVS sources, you will need the required libraries (*.jar files). These are included in the OpenCms source distribution. Please consult the Core build page for full instructions how to build OpenCms from source.

CVS web interface

You can also browse the OpenCms CVS repository and download individual source code files by using the CVS web interface.

Latest News

  • Update of Alkacon OCEE for OpenCms released

    Jan 21, 2010 - Alkacon OCEE for OpenCms offers Support for LDAP, Clustering, Replication and improves the system performance. This OCEE release 2.1.2 is a maintenance update that fixes a number of issues.

  • OpenCms 7.5.2 available

    Jan 20, 2010 - OpenCms version 7.5.2 is now available for download. This is a maintenance release that fixes a number of issues that persisted in the 7.5.1 version, including some OpenCms Workplace compatibility issues with newer browser versions.

  • OpenCms 7.5.2 release notes

    Jan 20, 2010 - The OpenCms 7.5.2 release notes contain detailed information about the fixes and changes in this release.

  • New Alkacon OCEE version for OpenCms available

    Oct 12, 2009 - OCEE for OpenCms offers Support for LDAP, Clustering, Replication and improved performance. The latest OCEE release 2.1.1 is an important update that fixes a number of potential issues and introduces some new features for OpenCms 7.0 / 7.5.

Try the OpenCms Live Demo