Team -> Import Project Set fails with "Invalid project description..." [message #1386977] |
Mon, 23 June 2014 07:25  |
Eclipse User |
|
|
|
Hi!
When i use import->team->team project set to import a psf file, it reports
"Invalid project description overlaps the location of annother project ". The clone operation works fine. It seems that the import of the project fails. If i manually import the project via import -> projects from git -> local repo -> the cloned repo it works fine.
Also cloning a repo in the Git Perspective with an import of the projects works fine.
My Configuration: Eclipse Kepler SR1, eGit 3.2.0.201312181205
Is it maybe a problem, that the repo is cloned into the workspace directory?
Thank You
[Updated on: Mon, 23 June 2014 07:52] by Moderator
|
|
|
|
|
|
|
Re: Team -> Import Project Set fails with "Invalid project description..." [message #1397510 is a reply to message #1397320] |
Wed, 09 July 2014 16:55   |
Eclipse User |
|
|
|
Matthias Niehoff wrote on Wed, 09 July 2014 10:48Hi,
v02_00_00_03 are Tags (old cvs style...)
So this layout:
workspace
-> .git
-> Project1
-> Project2
is not good, but this:
workspace
-> Project1
----> .git
-> Project2
----> .git
is ok? If so, we are fine, because we are using the second way. And as you said the project set import works this way too.
With this layout you cannot add additional eclipse projects if this need comes up. To avoid this
you can use the layout which EGit uses when you import a psf file of a repository containing multiple projects:
workspace
-> foo
---> .git
-----> Project1
-----> Project2
Matthias Niehoff wrote on Wed, 09 July 2014 10:48Hi,
Back to the problem with the Import:
I've discovered that the import fails if the <projectDescription><name> in the .project file doesn't match the actual name of the project. if they are both equal, everything works fine.
Nevertheless it's quite interesting, that the import project set fails but the "import projects" on the same git repo in the git perspective is working fine.
Please file a bug for this problem
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05808 seconds