| Summary: | Sharing wizard has usability issues | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Remy Suen <remy.suen> | ||||
| Component: | UI | Assignee: | Matthias Sohn <matthias.sohn> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | matthias.sohn, mn | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Bug Depends on: | 291303 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Remy Suen
Another option might be to just let the user set all the paths and the 'Finish' button to actually do the folder generation (instead of clicking the button individually for each project in question). Just to make sure we are on the same page: what EGit version are you using? This dialog's logic was broken, see bug 291303. (In reply to comment #2) > Just to make sure we are on the same page: what EGit version are you using? > This dialog's logic was broken, see bug 291303. I tested with code from yesterday night (Eastern Daylight Time). I imported the code into my workspace then launched a new/runtime Eclipse for testing purposes. (In reply to comment #3) > (In reply to comment #2) > > Just to make sure we are on the same page: what EGit version are you using? > > This dialog's logic was broken, see bug 291303. > > I tested with code from yesterday night (Eastern Daylight Time). I imported the > code into my workspace then launched a new/runtime Eclipse for testing > purposes. Ok, if you have this commit commit dcd861db6f364c9c41a2409fd90ad2f91bcd7f54 Author: Mykola Nikishov <mn@mn.com.ua> Date: Mon Oct 5 00:51:16 2009 +0300 do not try to share a project nested into existed git repository, it is still broken. But it will work for a not-nested projects. I reopened bug 291303. BTW, please take a look at article about using the EGit Eclipse Plugin with GitHub, http://github.com/guides/using-the-egit-eclipse-plugin-with-github. Section '2: Make Eclipse aware of the project’s Gitness' describes this workflow but in a slightly different way. I don't know where does this implementation come from but it looks much better from the end-user's point of view. Created attachment 149851 [details] Another implementation from http://github.com/guides/using-the-egit-eclipse-plugin-with-github Patch posted to Gerrit : http://egit.eclipse.org/r/#change,173 merged with egit commit 1f01c420bf94681560d2ab2153728305767576ef |