Eclipse import project error, overlaps workspace location

Viewed 64871

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 workspace location: D:\svn\myproject\vr

I also reinstalled Eclipse, then set my workspace to where the program exists and then I choose to import the project and always get this error.

Anyone has a solution for this? Am I doing something wrong?

Thanks.

9 Answers

From what ever root you have, keep your workspace folder separate from your code folder. So maybe:

C:\code\...
C:\workspace\

Like Ghostbusters, don't let the streams cross.

Related