Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Thanks to Jeremy, i found how to reactivate the repos myself. Basically, two steps were required:</p> <ol> <li>Add the (already existing) local repository to EGit's <code>Git Repositories</code> view;</li> <li>"Share" each of the projects again using "use or create repository".</li> </ol> <p>The second step won't work if the repo isn't available in the repository view. So, after an eclipse upgrade, do the following:</p> <h2>Add the (already existing) local repository to EGit's <code>Git Repositories</code> view</h2> <ul> <li>Open the <code>Git Repositories</code> view: <img src="https://i.stack.imgur.com/AwnQ9.png" alt="enter &#39;Git Repositories&#39; View"></li> <li>Hit the "add" button (Tooltip: <code>Add an existing local Git Repository to this view</code>) <img src="https://i.stack.imgur.com/RwQGu.png" alt="add repositories"></li> <li>In the "Add Git Repositories" dialogue, under <code>Search criteria</code>, enter the workspace directory, select "<code>Look for nested repositores</code>", and hit <kbd>Search</kbd>: <img src="https://i.stack.imgur.com/Mz0S4.png" alt="select repositories to add"></li> <li>Select the repositories you want to add and click <kbd>OK</kbd></li> </ul> <h2>"Share" each of the projects again using "use or create repository"</h2> <ul> <li>Open you existing project in Eclipse's <code>Project explorer</code>;</li> <li>Right-click and select "<code>Team</code> -> <code>Share Project...</code>": <img src="https://i.stack.imgur.com/wvVCa.png" alt="select share project"></li> <li><p>Select Git Project, and in the next dialogue, select "<code>Use or create Repository in parent folder of project</code>". Important: don't try to select the repository from the combo box that's visible when "<code>Use or create Repository in parent folder of project</code>" isn't selected - it won't work.</p> <p><img src="https://i.stack.imgur.com/a6e43.png" alt="select repository to use"></p></li> </ul> <p>The wizard suggests the local git repository that's located in the current project, so just hit <kbd>Finish</kbd>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload