You can translate the question and the replies:

Denodo VDP integration with Git

The question is regarding the **Revert** operation on Git. I understand I can go into repository and pull a historic version of an element. Questions are - 1) Can we revert an entire database in one-go ? 2) Can we also revert individual elements(say a view) ? 3) If we can revert individual elements, will it also revert its dependencies automatically (assuming they were also checked-in together with that element)
user
04-07-2020 09:54:58 -0400
code

1 Answer

Hi, The Revert operation of GIT, as its documented [here](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/version_control_systems_integration/vcs_integration_features/vcs_operations_for_git#revert), helps you REVERT to a particular commit. This means, if on a particular commit, you only changed a particular view, including dependencies, it can revert to that commit. If on a particular commit, you comitted a version of your database, then you can revert to that particular version, having all the elements like data sources, views etc to that commit. A Revert operation is not related to a whole database or a particular element in it but is related to many different commits you have done on that particular database so that if you make any wrong changes to the database, you can revert to the last stable commit. Hope this helps!
Denodo Team
07-07-2020 07:14:01 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here