-
Enhancement
-
Resolution: Won't Do
-
Major
-
4.1.0.Beta2, 4.1.1.Final
-
Medium
OpenShift tooling is working around missing recursive merge when importing into an existing Project ("use existing")
When using the git command line one is told to merge by using the recursive merge startegy:
git merge -s recursive -X ours foo
When we created the JBoss Tools for OpenShift there was no recursive merge in EGit/JGit. We therefore worked around it by cloning the OpenShift repository and copying stuff over.
EGit 3.0 introduced the recursive merge strategy and put it to the default that's being used:
- relates to
-
JBIDE-17740 Application wizard: Cannot deploy git-based project to OpenShift
- Closed
-
JBIDE-17831 Application wizard: dirty project should not be selectable as existing project (validate before starting to merge openshift app into existing proj and fail)
- Closed
-
JBIDE-17848 Application wizard: dirty project should not be selectable as existing project (validate before starting to merge openshift app into existing proj and fail)
- Closed