Skip to Navigation

Source Code Access

The source code tree has read only anonymous access. Follow these simple steps and you can have your very own copy of the source tree. This tree will lead you to the bleeding edge of the development. Be sure that you know what you are doing. The pre-packed tar.gz or RPM files from our ftp-servers are normaly the better choice.

To get the current code:

Login: cvs -d :pserver:anonymous@source.otrs.org:/home/cvs login
(the password is: cvs)

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

Branch (e. g. 1.3, 2.0, 2.1, 2.2, 2,3, 2.4 ...): cvs -z3 -d :pserver:anonymous@source.otrs.org:/home/cvs co -r rel-2_4 otrs

To view the current code online:

Please keep in mind that the CVS version may not always work correctly, may be unpredictable, etc. The CVS version is a development version and should be treated as such.