NOTE: This section of the Eclipse CVS tutorial is based on Paul Glezen's article on the Eclipse website: Branching with Eclipse and CVS, and is used with his permission under the terms of the EPL license. The changes I am making to his version are mainly to expand it with more step by step images and explanations, and integrate it with my own beginner tutorials in an attempt to make it more accessible to beginners and designers.




Continue reading below break:


Download this zip archive: brtest.zip  


The files contained in this archive refer to the two developers in this tutorial's "team," Paul and Wing. Decide who will be Paul and who will be Wing. If you are the only person who will be participating, you can play both. Additional people can be additional "Wings."

Some definitions
In this tutorial, we'll create a new empty workspace (a workspace is a folder containing your projects, and any settings you have associated with it.), add a new project to it, and share the project to the CVS repository so that others can collaborate on it. At this point the project will be branched off into two paths, so that "Pau




Create a new workspace in a new, empty folder.


  1. Launch Eclipse. It asks you to select a workspace. Click Browse...

    Image




  2. Choose a location and create a new folder.

    Image



  3. Select the folder you created and click "Choose".

    Image


  4. The browse dialog closes. Click the OK button.

    Image


  5. You should see the Welcome screen. Click Open Workbench. This would be a good time to set up your perspectives. If you aren't sure how to do this, Click here, then return back to this tutorial when you are done. Then select the Resource Perspective.

    Image


Create a project in the new workspace

  1. Create a new project by right-clicking inside the Project Explorer View (Left pane)

    Image


  2. Choose General > Project.


  3. Call it brtest and click Finish. A folder called brtest will appear in the Project Explorer view.


  4. Right-click on the new brtest folder, and select Import. Select General > Archive File. Click Next.


  5. Click Browse... then navigate to brtest.zip. The "Into folder" setting should already be set to your project folder. Click Finish.


  6. You will be returned to the main window. If you open the project folder, you should now see some files there.