[
https://issues.jboss.org/browse/JBIDE-10624?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-10624:
------------------------------------------
I started working on this issue. Force is done in the RefSpec that one would pass over to
the egit push operation. The current code in EGitUtils has this part commented since it
was failing back in M5. I started looking into this but did not find the bug so far.
Implement 'force push' in EgitUtils
-----------------------------------
Key: JBIDE-10624
URL:
https://issues.jboss.org/browse/JBIDE-10624
Project: Tools (JBoss Tools)
Issue Type: Task
Components: openshift
Affects Versions: 3.3.0.M5
Reporter: Rob Stryker
Assignee: Andre Dietisheim
Fix For: 3.3.0.Beta1
Inside EgitUtils, the method signatures for push have been changed to support a
"force" flag. However the guts of the method have not been modified to respect
this parameter.
private static PushOperationResult push(Repository repository, RemoteConfig remoteConfig,
boolean force, IProgressMonitor monitor) throws CoreException {
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira