Eclipse marks ALL files and folders with question mark [message #1818564] |
Thu, 19 December 2019 11:50  |
Eclipse User |
|
|
|
I just checked out a project from git. For some strange reason ALL files and folders are showing a question mark. According to several threads in the internet, on stackflow, etc. this means, that these were not yet checked into a code repo.
But this doesn't make sense! As I said - these were just checked out, so am I supposed to check ALL of them in again just to get rid of these question marks? My colleagues wouldn't be very happy... How do I tell the git plugin, to do away with those markers?
|
|
|
|
|
|
|
|
|
|
Re: Eclipse marks ALL files and folders with question mark [message #1820794 is a reply to message #1820736] |
Wed, 29 January 2020 02:46  |
Eclipse User |
|
|
|
Bingo! THAT was the reason! Thanks a lot!
Reason: The path I used as Eclipse workspace is using a "logical drive", i.e. it starts with a drive letter 'D:' pointing to my project's root folder. The path in Git's Working Tree contained the "resolved" version, i.e. started from C:\user\....<etc>.
Eventually it pointed to the same directory but of course these two are logically different.
I now changed that in Git's .../.git/config file, restarted Eclipse and finally things are back to normal!
I owe you!
Regards and thanks again!
Michael
[Updated on: Wed, 29 January 2020 04:06] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.12022 seconds