CVS (Concurrent Versions System)





Using CVS


A CVS repository has been set up for this project at 130.49.222.93

The path is "/var/lib/cvsroot"

The CVS can be accessed from the Eclipse program as described in this example



The CVS can also be accessed from a command line:
  • SSH to 130.49.222.93
  • cd to (or create) your working directory
  • cvs -d /var/lib/cvsroot checkout virtualclassroom - to checkout the entire project

    Download the CVS manual