Source Code

Der Source Code von OTRS steht unter der Affero General Public License (AGPL V.3) zum freien Download bereit. Der Code wird in einem CVS Repository vorgehalten, das sowohl Community-Entwicklern als auch unserem Entwickler-Team erlaubt, kollaborativ auf der jeweils aktuellen Code-Basis zu arbeiten.

Checking out Code

You need to have the appropriate tools to download the code from the repository. Once the tools are installed:

Login to the CVS with:

  • cvs -d :pserver:anonymous@source.otrs.org:/home/cvs login
  • password is: cvs

To check out the 'HEAD', which is the current version in development (experts and adventurous individuals recommended only):

  • cvs -z3 -d :pserver:anonymous@source.otrs.org:/home/cvs co otrs

Checking out of a specific OTRS version can be done by using a release tag:

  • cvs -z3 -d :pserver:anonymous@source.otrs.org:/home/cvs co -r rel-2_4otrs

Online Viewer

A web viewer allows you to browse the repository and compare revisions.