Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 369089 - Simplify the "create & share project" process
Summary: Simplify the "create & share project" process
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-19 09:48 EST by James Moger CLA
Modified: 2012-01-19 09:48 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Moger CLA 2012-01-19 09:48:56 EST
Build Identifier: 

It is pretty clunky to create a project and initialize/share it as a Git repository.  This is due to the design choice of forcing projects to be within a git repository rather than at the root of a repository (workspace/.git folder issue) which then cascades down to the workspace.  I understand that - especially without complete submodule support.

But it would be great if this process could be streamlined/simplified somehow.  There is an impedance mismatch between Eclipse workspace and EGit repository storage.  Maybe it is just me, but I find I am handicapped when I'm not working with an existing project/repository OR if I wanted to clone a repository locally and with the clone.
EGit's preferred layout:

Maybe a solution would be to offer a "Git Init" context menu item to create .git within the project.  Or maybe EGit should have a "Create Git project" wizard or be able to plug something into the Eclipse Create Project wizard.

Reproducible: Always