Eclipse - Import existing mult-rep CVS project folder

Posted by iQ on Stack Overflow See other posts from Stack Overflow or by iQ
Published on 2011-01-13T17:05:43Z Indexed on 2011/01/13 17:53 UTC
Read the original article Hit count: 260

Filed under:
|

Hey guys,

Wondering if anyone can help me out with eclipse in terms of importing an existing CVS managed project. I am currently trying to shift my work on to the eclipse IDE. Some details about my project and environment below.

I'm working in Linux Ubuntu, the project folder is located on a mounted shared network drive, I have installed the "Eclipse CVS Client" plug-in for my version of eclipse (helios).

I've tried many ways for eclipse to use my existing folder as a project and recognize the CVS data in the CVS folders.

I have done the following options:

  1. Created a new project, selected existing source, located my project folder and clicked OK to finish creating. In the end the CVS files weren't automatically read.
  2. Did the same as above and after project creation I wen to the option "project menu->team->share project", it asks me to choose a repository and doesn't automatically find the CVS information in the subfolders.

If your wondering I have set-up both repositories in my eclipse and can browse the repositories through the CVS browser.

My project directory layout is like this:

+-Project Folder (no CVS folder at this level)
+---Repo A folder
+-----CVS meta-info folder is INSIDE, along with all checked out files from Repo A
+
+---Repo B folder 
+-----CVS meta-info folder is INSIDE, along with all checked out files from Repo B
+
+-(couple of random files, not in CVS)

Thanks for the help

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about cvs