How to Put an Eclipse Project into a CVS Repository

  • Right Click on the name of your Eclipse project in the Project Browser Panel.
  • Select Team -> Share Project.
  • In the "Share Project" dialog, select CVS and click "Next".
  • The next dialog lets you select a CVS repository. If you have already checked out examples from our CVS Repository on hive, you already have the CVS configured (if not, follow the instructions in How to Access An Example in CVS). Select "Use existing repository location" and select the repository on hive that appears in the text box.
  • In the "Enter Module Name" dialog select the "Use an existing module" radio button. The contents of the CVS repository will be displayed.
  • Expand "examples".
  • Select the folder with the name of the project that you are committing. For example, if you are comitting your intersection project, select the folder named "intersection" under examples. The mapping of your examples to CVS folders is provided below.
  • Click "Next".
  • In the "Select Tag" dialog, choose "HEAD". Click "Next".
  • In the "Share Project Resources" dialog, click "Finish".
  • Enter a comment in the "Commit" dialog. A comment may be something of the form, "The traffic light intersection example" for the intersection example.
  • Click "Finish".

Mapping of CVS Folders to Examples

CVS folders corresponding to your examples are:

  • ref-loan: The refactored loan example.
  • intersection: The traffic light intersection example.


Page last modified on December 17, 2007, at 04:35 PM