Development

From Mon Wiki

Jump to: navigation, search

Source code management of mon is handled by Sourceforge, which you may read about here:

http://sourceforge.net/cvs/?group_id=170

The trunk in CVS is the "unstable" development version (which actually may or may not be unstable).

"mon-1-2-branch" is the branch from which the most current stable releases are formed for the server, and "mon-client-1-2-branch" for the Perl module.

Latest Stable Release

$ cvs -d:pserver:anonymous@mon.cvs.sourceforge.net:/cvsroot/mon login
   (hit return for password)
$ cvs -z3 -d:pserver:anonymous@mon.cvs.sourceforge.net:/cvsroot/mon co -P -r mon-1-2-branch mon
$ cvs -z3 -d:pserver:anonymous@mon.cvs.sourceforge.net:/cvsroot/mon co -P -r mon-client-1-2-branch mon-client

Latest Development Release

$ cvs -d:pserver:anonymous@mon.cvs.sourceforge.net:/cvsroot/mon login
    (hit return for password)
$ cvs -z3 -d:pserver:anonymous@mon.cvs.sourceforge.net:/cvsroot/mon co -P mon
$ cvs -z3 -d:pserver:anonymous@mon.cvs.sourceforge.net:/cvsroot/mon co -P mon-client
Personal tools