Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for overwrite operations #22

Open
amireh opened this issue Sep 21, 2011 · 0 comments
Open

Support for overwrite operations #22

amireh opened this issue Sep 21, 2011 · 0 comments
Assignees
Labels
Milestone

Comments

@amireh
Copy link
Owner

amireh commented Sep 21, 2011

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.

@ghost ghost assigned amireh Sep 21, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant