| Summary: | Merge failed if there are conflicts. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Git | Assignee: | Malgorzata Janczarska <malgorzata.tomczyk> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | critical | ||
| Priority: | P3 | CC: | malgorzata.tomczyk, susan, Szymon.Brandys |
| Version: | 0.5 | ||
| Target Milestone: | 1.0 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
libing wang
Here is the message coming from sever
{
"FailingPaths": {"bundles/org.eclipse.orion.client.core/web/orion/globalCommands.js": "DIRTY_WORKTREE"},
"Result": "FAILED"
}
You can reproduce the isssue in another way:
1.Do a fetch
2.If there is incoming changes, change any files involved in the commits.
3. Try to merge
4.It says failed.
I raised this to critical because no matter your changes are relevant to a conflict or not, as long as you are changing the same file as modified by one of the incoming commits, you are not able to merge at all. Really blocking the git work flow. Fixed. |