You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be achieved either by adding a whole new operation type, or by combining a DELETE op with a CREATE one. In the latter case, whenever a CREATE op is staged and finds out that the target already exists, it has to check the repository for any DELETE ops with the target as its own target.
Clearly, the second option is more complex and could be messy as things will go bad if the order of operations in the script was not properly set.
The text was updated successfully, but these errors were encountered:
This can be achieved either by adding a whole new operation type, or by combining a DELETE op with a CREATE one. In the latter case, whenever a CREATE op is staged and finds out that the target already exists, it has to check the repository for any DELETE ops with the target as its own target.
Clearly, the second option is more complex and could be messy as things will go bad if the order of operations in the script was not properly set.
The text was updated successfully, but these errors were encountered: