Community
Participate
Working Groups
Context: importing mutiple C++ projects from CVS repository Problem: impossible to set project type to C++ (nether when importing, nor later) To reproduce: 1. select multiple CVS projects and import them 2. the resulting projects are searchable only in text mode (as text files), not in C++ context mode (as C++ files) -- Configuration Details -- Product: Eclipse 1.4.0.20100817-1938 (org.eclipse.epp.package.cpp.product) Installed Features: org.eclipse.platform 3.7.0.v20100923-9fF7MHDqFsAkplGz0n61z-yU57WHoz0JdMfaI
Just to be sure, do you have CDT installed?
You need to either check in your .cproject files, or create new CDT type projects over the checked out source.
Basically, you are right, but there are few problems on the way, which you are overlooking. I need to either check in .cproject and .cproject files (which I do not have because I am checking out someone else project files and this someone did not use Eclipce or did not check these files in), or create new CDT type projects over the checked out source (this is what I am talking about - this is possible only when I checking out on project, not multiple projects). In other words, I need to check out 600 projects like these (no .project files). How you suggest me to handle this in Eclipce UI?
It is possible to convert the projects to C/C++ type using File->New->"Convert to a C/C++ Project" (could be under Other-C/C++ category). You can do "Select All" in the wizard to convert your 600 projects in one shot.