| Summary: | Synchronize with each other on two tags only works for imported projects | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Dani Megert <daniel_megert> |
| Component: | UI | Assignee: | Project Inbox <egit.ui-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | markus.kell.r, remy.suen |
| Version: | 1.2 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Dani Megert
Workaround is to check out the tag, import all projects and then compare. 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
The command only works on things that are imported. This is clearly unexpected when doing the commands via 'Git Repositories' view. |