Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 90695 - [Import/Export] Importing project fails with invalid project description x and y overlap
Summary: [Import/Export] Importing project fails with invalid project description x an...
Status: RESOLVED DUPLICATE of bug 76417
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-07 14:22 EDT by MG CLA
Modified: 2005-04-11 17:03 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MG CLA 2005-04-07 14:22:33 EDT
The details say c:/x/projects/project and c:/x/projects overlap
Comment 1 Tod Creasey CLA 2005-04-11 07:54:59 EDT
YOu cannot import a project underneath the root an existing project.
Comment 2 MG CLA 2005-04-11 12:14:57 EDT
I don't think I was trying to.  I have the following setup:

c:\projects\.metadata
c:\projects\project1

and I was trying to import 

c:\projects\project2 

how is that incorrect?
Comment 3 Tod Creasey CLA 2005-04-11 13:16:22 EDT
c:/x/projects/project and c:/x/projects overlap likely indicates that project is
already in your workspace directory i.e. your root is c:/x/projects.

You can always create a new project with that location to get it back but
importing into the current workbench is not currently supported. See Bug 76417
Comment 4 MG CLA 2005-04-11 16:58:02 EDT
That is correct it already exists in my workspace directory.  Could I move it to
a different one then import it and would that work?  

So import doesn't just take the project from where it currently exists and make
it visible in the workspace, it will actually copy the project from its current
physical location and put it into the workspace directory?
Comment 5 Tod Creasey CLA 2005-04-11 17:03:34 EDT
Yes you can just move it. Or create a project with that name at the same
directory using New Project and you will get everything else for free.

We don't copy when we import - we stay pointing at the same location. There is a
request open to support copying but we haven't got to it yet.

See Bug 17523

*** This bug has been marked as a duplicate of 76417 ***