Bug 360197 - Synchronize with each other on two tags only works for imported projects
Summary: Synchronize with each other on two tags only works for imported projects
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 1.2   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-07 03:26 EDT by Dani Megert CLA
Modified: 2012-05-30 09:05 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2011-10-07 03:26:08 EDT
1.2.0.201110021920

1. clone a repo, e.g.
   http://git.eclipse.org/c/platform/eclipse.platform.text.git/
2. select two tags
3. Synchronize with each other

==> this is completely broken.
Comment 1 Dani Megert CLA 2011-10-07 03:50:47 EDT
Workaround is to check out the tag, import all projects and then compare.
Comment 2 Markus Keller CLA 2012-01-10 05:46:42 EST
Concrete example:
- check out branch R3_7_maintenance of
    git.eclipse.org/gitroot/jdt/eclipse.jdt.core.git
- select tags v_B61 and v_B62
- Synchronize with each other
=> result is empty, although v_B61 is the direct parent of v_B62 and the commit for the latter is clearly not empty
Comment 3 Dani Megert CLA 2012-05-30 08:35:53 EDT
The command only works on things that are imported. This is clearly unexpected when doing the commands via 'Git Repositories' view.