Community
Participate
Working Groups
Selection of of Git repository location in Configure Git repository dialog is broken. Steps to reproduce: - Create git repository in a directory '/a/' - Create new project in '/a/b/c/nested-dir' - Share project using context menu, select Git, Next, select project - The create button is disabled, repository field contains '../../.git' What was expected: - it should be possible to create a new repository in the project's root under '/a/b/c/nested-dir/.git' - it should be possible to share project using repository under '/a/.git'
Created attachment 148729 [details] proposed implementation
Committed as dcd861db6f364c9c41a2409fd90ad2f91bcd7f54
It's still impossible to share a project which is located in a directory nested into other git repository. In other words it will fail for this use case: - you have a git repository under '/home/abc/.git'; - you have a nested git repository under '/home/abc/src/cool-project/.git' (no matter if it was already existed or just created in the wizard using 'Create...' button); - and you are trying to configure a git repository for a project located in '/home/abc/src/cool-project/'. Wizard will close after clicking a 'Finish' button without performing any actions. At least, there will be no any damage ;-) Sorry for inconvenience, I'll fix this ASAP.
Fix available for review, http://egit.eclipse.org/r/84
This should be fixed ASAP (actually, the patch from http://egit.eclipse.org/r/84 should be applied): * Robin Rosenberg has caught this, bug 296463 * Igor Fedorenko "blocked":http://dev.eclipse.org/mhonarc/lists/egit-dev/msg00362.html on providing Tycho Build for EGit
Change Id6f30efd6a4d10a4f1946e92dc54e51972166be9 (/r/84) applied.
Removing the iplog flag. There's no IP in any of the comments.