Adding a Project to a CVS Repository

Add a project to a CVS repository to share the project.

Prerequisites
The system administrator must have provided the necessary CVS elements for adding a project to the repository: Host, Repository path, User, and Password.
Task
  1. In the Authoring perspective, right-click a project from the File Explorer view.
    Studio displays a pop-up menu.
  2. Select Team > Share Project.
    Studio displays the Share Project screen.
  3. Select CVS as the repository type.
  4. Click Next.
    Studio displays the Enter Repository Location Information screen.
  5. Enter the following information:
    • Host – Provide the name of the server on which the CVS repository resides.
    • Repository path – Provide the full path to the repository.
    • User – Provide the ID of a user with permission to enter the repository.
    • Password – Provide that user's password.
  6. For the connection type, select pserver from the drop down menu.
  7. Select Use default port.
  8. Click Finish.
    The project is added to the CVS repository.
    Note: For more information on the CVS source code management (SCM) system, please visit http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2FgettingStarted%2Fqs-60_team.htm.