Bug 318915 - Clone repository as a background job
Summary: Clone repository as a background job
Status: CLOSED DUPLICATE of bug 318578
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 0.9.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-05 12:01 EDT by Chris Aniszczyk CLA
Modified: 2010-07-06 13:20 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Aniszczyk CLA 2010-07-05 12:01:10 EDT
I was putting EGit through the ringer recently and noticed that if we clone a large Git repository we hang the UI a bit while we wait for the clone to complete. This is because we run the progress through the wizard's progress monitor which I think is less than ideal. We should simply close the wizard and launch a backround job that the use can dismiss if he wants. A good test case for this would be the GDB repo...

git clone git://sourceware.org/git/archer.git
Comment 1 Benjamin Muskalla CLA 2010-07-06 13:15:19 EDT
Bug 318578 ;)
Comment 2 Chris Aniszczyk CLA 2010-07-06 13:20:40 EDT

*** This bug has been marked as a duplicate of bug 318578 ***