Unknown MySQL server host 'mysql' (1)Unknown MySQL server host 'mysql' (1) OpenSource GroupWare - CVS Instructions
OpenSource GroupWare Feedback | Mailing Lists | Project | Demo  

CVS Instructions

If you would like an updated version of O newer than the lastest release you can retrieve a CVS snapshot. You'll need the proper software. Linux has CVS by default. For my Windows box I use Cygwin - Make sure you install CVS I don't believe it's selected by default. You can also get WinCVS if you're more of a GUI person.

The following commands should work according to SourceForge:

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/osgw login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/osgw co osgw

Replace the module name 'osgw' after 'co' with one of the following for other available modules:

web - O home page.
messaging - Messaging plugin
filemanager - FileManager plugin
bookmarks - Bookmark plugins

If you'd rather you can also browse the CVS tree

I'm still in the process of learning CVS (It's very complicated, but I have the basics). If I learn of something new about CVS I'll keep it here.

Releases >= v0.2.0 can now be exported at any time. They are tagged at the time the release version is exported.

The format for the tagged releases is rel-0xx. Where xx is the release you're interested in. (ie rel-021)