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

Implement feature UndoCheckout #10

Closed
fraga opened this issue Mar 2, 2014 · 1 comment
Closed

Implement feature UndoCheckout #10

fraga opened this issue Mar 2, 2014 · 1 comment

Comments

@fraga
Copy link
Owner

fraga commented Mar 2, 2014

Feature undo checkout in AX undo the modified file and synchronize it to it's latest version
We need then to check the last commit and issue an update command to the backend so it will resync the file

@fraga fraga added this to the Version 1.1.1 milestone Mar 2, 2014
fraga added a commit that referenced this issue Mar 2, 2014
The 'update' action will trigger an update from the file:

- AX adds an entry to the sync control log as 'update'
- AX then will process a batch to reimport the file 'undoing' the mods

For git this is a simple checkout, that will checkout the last commit of the
file in the HEAD
fraga added a commit that referenced this issue Mar 2, 2014
fraga added a commit that referenced this issue Mar 2, 2014
The challenges here will be making sure we can always revert the file.

For instance if the file gets deleted in the repo, we might need to check if
it exists so we might want to implement now FileExists method
fraga added a commit that referenced this issue Mar 2, 2014
@fraga
Copy link
Owner Author

fraga commented Mar 2, 2014

Make sure #11 is implemented before this one can be closed

fraga added a commit that referenced this issue Mar 8, 2014
@fraga fraga closed this as completed in e4c2122 May 16, 2014
fraga added a commit that referenced this issue Aug 28, 2016
The 'update' action will trigger an update from the file:

- AX adds an entry to the sync control log as 'update'
- AX then will process a batch to reimport the file 'undoing' the mods

For git this is a simple checkout, that will checkout the last commit of the
file in the HEAD
fraga added a commit that referenced this issue Aug 28, 2016
fraga added a commit that referenced this issue Aug 28, 2016
The challenges here will be making sure we can always revert the file.

For instance if the file gets deleted in the repo, we might need to check if
it exists so we might want to implement now FileExists method
fraga added a commit that referenced this issue Aug 28, 2016
fraga added a commit that referenced this issue Aug 28, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant