Hi,
My name is Julia, I work at Netflix, and I'm currently investigating using Copybara to synchronize our fork of Envoy with the OSS Envoy. We have a few small patches we'd like to apply on top of the OSS Envoy version and hope to use Copybara to make maintenance easier.
Here's an overview of what I've attempted so far:
- We've tried using 'patch.apply' in 'transformations' to apply a patch file. This patch file works when applied with `git apply file.patch`, but fails when Copybara tries to apply it.
- I also explored 'autopatch_config'. While it did run successfully, it didn't generate any patch files for me. Is there more information on how autopatch should be used? There isn't much in the repo in terms of a config.
Any advice or guidance on how best to do this would be greatly appreciated.