How do I get a project into my workspace from CVS?
Choose File > Import from the main menu
Select CVS > Projects from CVS and click Next
Click on Create a new repository location and click Next
Fill in the location information identifying your repository and click Next.
Click om the Use an existing module and select the project or projects you want to check out.
Click Finish
The project now exists in your workspace.
[edit]
How do I put a project into CVS from my workspace?
Select the project in the Navigator or other view.
From the context menu choose Team->Share Project...
Fill in the location information identifying your repository and click Next.
Click Finish and the Sharing wizard closes and the Commit wizard opens.
Supply a release comment and click Finish to commit the project contents to the repository.
The project now exists in the repository.
[edit]
I already have a project checked out from CVS with the command-line tool. How do I use it in Eclipse without having to check out the whole project again?
Create a project in the workspace.
File->Import, select File System, locate your files, click Finish.
Select the project in the Navigator or other view.
Context Menu->Team->Share Project...
The wizard should tell you that it found all the necessary information. Click Finish.
Eclipse has now shared the project with the CVS repository.
------------------------
from: http://wiki.eclipse.org/index.php/CVS_FAQ#Getting_Started |