Hi,
we are using copybara as embedded one.
our use case next:
- we are using .getInfo for getting list of changes that available for migration
- if there are some changes -> notify user about it
- user triggering migration process
- our service creating branch
- migrating code to this branch
- opening PR
- merge with rebase if passing checks
problem that .getInfo provides list of changes available to migrate even when they already migrated. we are using lastRevision as starting point, but no updating it after migration.
I know that we are doing something wrong which not allowed to get info correctly.
migration for this case throwing expected exception Iterative workflow produced no changes in the destination for resolved ref:
I know that it's not trivial use case of copybara, but I would really appreciate if you will advice something.
Thanks!!!
Cheers,
Pavel
Hi,
we are using copybara as embedded one.
our use case next:
problem that .getInfo provides list of changes available to migrate even when they already migrated. we are using
lastRevisionas starting point, but no updating it after migration.I know that we are doing something wrong which not allowed to get info correctly.
migration for this case throwing expected exception
Iterative workflow produced no changes in the destination for resolved ref:I know that it's not trivial use case of copybara, but I would really appreciate if you will advice something.
Thanks!!!
Cheers,
Pavel