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.