The CVS tree has read only anonymous access. Follow these simple
steps and you can have your very own copy of the CVS 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@cvs.otrs.org:/home/cvs login
(the password is: cvs)
-
HEAD:
cvs -z3 -d :pserver:anonymous@cvs.otrs.org:/home/cvs co otrs
-
Branch (e. g. 1.3, 2.0, 2.1, 2.2, ...):
cvs -z3 -d :pserver:anonymous@cvs.otrs.org:/home/cvs co -r rel-2_2 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.
|