After upgrading Eclipse from Helios to Indigo with EGit plugin 1.0.0, all my projects seem to have lost their metadata about their git repositories, respectively.
In
Thanks to Jeremy, i found how to reactivate the repos myself. Basically, two steps were required:
Git Repositories
view;The second step won't work if the repo isn't available in the repository view. So, after an eclipse upgrade, do the following:
Git Repositories
viewGit Repositories
view:
Add an existing local Git Repository to this view
)
Search criteria
, enter the workspace directory, select "Look for nested repositores
", and hit Search:
Project explorer
;Team
-> Share Project...
":
Select Git Project, and in the next dialogue, select "Use or create Repository in parent folder of project
". Important: don't try to select the repository from the combo box that's visible when "Use or create Repository in parent folder of project
" isn't selected - it won't work.
The wizard suggests the local git repository that's located in the current project, so just hit Finish.