Open oldgiova opened 3 days ago
Generally: patches or transforms, but you can also use merge_mode
Thanks @hsudhof ! Do you have some more information regarding the merge_mode
? I can't find it in the reference.
About patches, I've already excluded them because we don't want to generate a diff file in advance for every files we're maintaining, since the drift between the private and the public repo is quite huge.
Hi, I have a private and a public repository that share part of the codebase. The workflow is one-way only: it syncs from the public to the private repository.
The issue arises when a private function is added to the private codebase. Copybara tries to delete it because it is not present in the public codebase, and the file is included in the sync.
How can I preserve the private codebase while keeping the file in sync?
Thanks!