I have a big project that I want to import to Eclipse, but everytime I do that I get:
Invalid project description.
D:\\svn\\myproject\\vr overlaps the work
I came upon this today but did not see any answers here that addressed my particular issue. I had copied the contents of my project directly into the workspace (e.g. the src, res, Manifest, etc). You must put your project files into a directory of their own (look in .project and see the exact naming). Create your project directory and move your files into it and you can now import your project into the workspace.
Use another EMPTY (thus clean) directory for your clean workspace. Eclipse doesn't require projects to be IN the workspace directory.
I encountered this same problem:
I'm using "Eclipse IDE for C/C++ Developers, Version: Indigo Service Release 2"
My solution:
FYI.
Eclipse creates a .metadata directory, a .cproject file, and a .project file (and sometimes a .settings directory). You need the .cproject and .project file, and the .settings directory if it exists. The .metadata directory is a temporary directory which Eclipse creates or updates each time it is opened. It can be deleted without any effect.