<= Back to previous section "Getting Started"
- Basics 1: Getting Started
- Basics 2: Create a project from scratch
- Basics 3: Import an existing set of project files into CVS
- Basics 4: Check out a project from the CVS repository
- Basics 5: How to switch workspaces
- Basics 6: Setting up the Eclipse interface for working with CVS
- Branching Tutorial 1: Branching Strategies
- Branching Tutorial 2: Create the Workspace & Project
- Branching Tutorial 4: Create a Branch
- Branching Tutorial 5: Work in the Branch
- Branching Tutorial 6: Edit the main Trunk
- Branching Tutorial 7: Merge changes back to the Trunk
- Open up the CVS perspective in Eclipse by selecting Window > Open perspective > Other > CVS Repository Explorer from the main menu.
The CVS perspective is open on the left in the image below.

- Create a new Repository Location:
Right click on the left window. Select New : Repository Location from the menu that appears.
- Fill out the form with the correct login information
- Create a new project: File : New : Project

- Click Resource to open your Resource perspective. You should see the project you just created. If you were to look at your workspace using Windows Explorer (PC) or Finder (Mac), you would see a new folder inside it with your project name.
- Now add the project folder structure you just created to the CVS repository. Right click on the new folder and select Team : Share Project

- Select the CVS repository location you just set up.

- Follow the steps presented and it will commit your new project to the repository. Choose a module name (often the project name will do).

- Review and commit the resources (in this case, just a folder and a project file) to the repository.
- Click Finish, and you will be returned to the Project Explorer view (Resources Perspective ).

Next we'll add some files to the project. Continue to next section "Import files into the project" =>
Sections in this article:
- Basics 1: Getting Started
- Basics 2: Create a project from scratch
- Basics 3: Import an existing set of project files into CVS
- Basics 4: Check out a project from the CVS repository
- Basics 5: How to switch workspaces
- Basics 6: Setting up the Eclipse interface for working with CVS
- Branching Tutorial 1: Branching Strategies
- Branching Tutorial 2: Create the Workspace & Project
- Branching Tutorial 4: Create a Branch
- Branching Tutorial 5: Work in the Branch
- Branching Tutorial 6: Edit the main Trunk
- Branching Tutorial 7: Merge changes back to the Trunk
Eclipse Terminology-"Perspective":
The word "Perspective" is used to denote a window panel in Eclipse with a specific purpose. There are Eclipse perspectives for different functions, like the Resources perspective for viewing workspace assets or resources, the Team Synchronization perspective for viewing CVS synchronization information, and the CVS perspective for viewing CVS Repositories, to name a few.
Continue reading below break...
Update