GitHub user gzurowski opened a pull request: https://github.com/apache/camel/pull/124
CAMEL-6458: Add renameUsingCopy option to File Component The new renameUsingCopy option controls whether rename operations are performed using a copy and delete strategy. This is primarily used in environments where the regular rename operation is unreliable (e.g. across different file systems and networks). Signed-off-by: Gregor Zurowski <gre...@zurowski.org> You can merge this pull request into a Git repository by running: $ git pull https://github.com/gzurowski/camel CAMEL-6458 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/124.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #124 ---- commit 0f3539682b54900fdcfb815fbc717659d3a6d2a2 Author: Gregor Zurowski <gre...@zurowski.org> Date: 2014-03-29T18:33:04Z CAMEL-6458: Add renameUsingCopy option to File Component The new renameUsingCopy option controls whether rename operations are performed using a copy and delete strategy. This is primarily used in environments where the regular rename operation is unreliable (e.g. across different file systems and networks). Signed-off-by: Gregor Zurowski <gre...@zurowski.org> commit daed640eb32c40a291482fb2a1b5015aeffb07f6 Author: Gregor Zurowski <gre...@zurowski.org> Date: 2014-03-29T18:48:10Z CAMEL-6458: Add tests for renameUsingCopy option Signed-off-by: Gregor Zurowski <gre...@zurowski.org> ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---