CVS
phpGroupWare's CVS repository is hosted on savannah.
Grab the code from cvs
To get the latest release from CVS including patches, on *nix systems use the following commands:
- cvs -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/phpgroupware co -r Version-0_9_16-branch phpgroupware
- cd phpgroupware
- cvs -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/phpgwapi co -r Version-0_9_16-branch phpgwapi
- cvs co -r Version-0_9_16-branch admin setup preferences notes todo addressbook calendar email
Update your install from CVS
Running a CVS update is easy, on *nix systems simply run the following commands:
- cd /path/to/phpgroupware
- cvs -z6 update -dP
you will now have the all the updates installed
CVS Clients
Most *nix systems have CVS packages available, check your distro. We have compiled an (incomplete) list of some of the free software CVS clients around.
- cvsGUI GUI clients for M$ Windows, MacOS X and GNU/Linux
- LinCVS a QT based GUI for GNU/Linux
- TortoiseCVS a Windows Explorer plugin for CVS
Savannah Changes pserver Access
In Dec, 2005 savannah (the storage location for the project source code) changed how CVS is setup, see this forum posting for more information.
Note: The API is a seperate sub project on savannah, there used to be a symlink, linking the API to the rest of the project. For security reasons it has been removed - sorry.
Please refer to the instructions above for running cvs updates.





