Bug 326635 - [sync] Support Push & Pull in Synchronize View
Summary: [sync] Support Push & Pull in Synchronize View
Status: RESOLVED FIXED
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 1.0.0   Edit
Assignee: Dariusz Luksza CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy
Depends on:
Blocks: 293192
  Show dependency tree
 
Reported: 2010-09-30 03:26 EDT by Gunnar Wagenknecht CLA
Modified: 2011-05-12 18:04 EDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gunnar Wagenknecht CLA 2010-09-30 03:26:41 EDT
When synchronizing with a remote repository, the following workflows should be supported.

- Push commits to remote
- Pull commits from remote

Additionally, the following workflow should be implemented as a combination of Git operations.

- Commit changes to remote
   -> Commit to local
   -> Push to remote

The Synchronize View already knows what has been synchronized. Thus, it could be implemented as a "one-click" operation which would just bring up the commit dialog.
Comment 1 Chris Aniszczyk CLA 2011-04-27 15:45:26 EDT
Dariusz, are you working on this?
Comment 2 Dariusz Luksza CLA 2011-04-27 16:00:21 EDT
(In reply to comment #1)
> Dariusz, are you working on this?

Currently not, but I can pull this on my TODO list just after I finish with synchronize wizard.
Comment 3 Dariusz Luksza CLA 2011-05-05 17:52:48 EDT
Here is implementation of 'Push' button in Synchronize view toolbar:
http://egit.eclipse.org/r/#change,3348
Comment 4 Dariusz Luksza CLA 2011-05-07 11:27:13 EDT
And patch for 'Pull':
http://egit.eclipse.org/r/#change,3360
Comment 5 Chris Aniszczyk CLA 2011-05-12 18:04:03 EDT
The first cut of this is now implemented. For specific issues, please open other bugs.

Thanks Dariusz.