content frame

CVS (Concurrent Versioning System) is a system that allows multiple developers to work on the same project without too many synchronization problems (at least in theory...). The XMeeting project files are hosted in a CVS repository on sourceforge.net. If you want to access the latest source, you will probably want to access the public CVS repository of the XMeeting project.

The following steps are required to download the latest files:

  1. Open Terminal.app
  2. Change to the directory where you want the folder containing the files to be located.
  3. Type in:
    cvs -d:pserver:anonymous@xmeeting.cvs.sourceforge.net:/cvsroot/xmeeting login
  4. If you are prompted for a password, simply press Enter.
  5. Type in:
    cvs -d:pserver:anonymous@xmeeting.cvs.sourceforge.net:/cvsroot/xmeeting checkout *modulename*
    where *modulename* corresponds to the module you want download. In case of XMeeting, *modulename* will be "XMeeting". In case of ohphoneX, *modulename* will be "ohphonex".
  6. Your working directory should now contain a new folder named after the module you checked out. This contains all source files for the module.

 

If you want to know more about CVS on sourceforge.net, please see
http://sourceforge.net/cvs/?group_id=74721

page 1