[
https://issues.jboss.org/browse/JBIDE-21453?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-21453:
------------------------------------------
The problem here is that we need to support 2 approaches:
* if oc binary doesnt supports rsync flags: the current workaround with local, filtering
copy (to exclude git folder etc.)
* if oc binary supports rsync flags: use the rsync flags
Server Adapter: use rsync flag instead of local filtered-copy
-------------------------------------------------------------
Key: JBIDE-21453
URL:
https://issues.jboss.org/browse/JBIDE-21453
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.1.Beta1
Reporter: Andre Dietisheim
Fix For: 4.3.1.Beta2
With
https://github.com/openshift/origin/issues/6143 *oc rsync* now allows specific
white-listed flag to be used.
Our current implementation works around this by doing a local copy where excluded bits
are filtered (not copied). We need to use exclusion flags if available.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)