Hm I had a similar problem with git repos (cloned from the command line using the git tool): Eclipse corrupted the .git index inside the project when I imported projects cloned inside the eclipse workspace. Than I cloned git repo outside the workspace and imported into eclipse using the "copy to workspace" checkbox and everything works smoothly ...
But it's worth mentioning that I downloaded Eclipse Classic, which comes without egit or without any git related plugins, because I suspected that this egit plugin was dumping the .git directory, except for another import problem.
Perhaps importing an external working directory is what eclipse programmers want from us.
BIOHAZARD May 09 '13 at 18:22 2013-05-09 18:22
source share