You can translate the question and the replies:

Listing Committed Elements

Is it possible to get a list of what has been VCS committed? I see there is a number listed of items that has been committed and pending a push, but how to find out what they are?
user
19-04-2019 14:49:45 -0400
code

3 Answers

Hi, Whenever I want to see the changes in the previously committed version of any element, I use the ‘Diff’ feature in the VCS category. It shows me the most recent changes between the VQL of the local version of the element and what is stored in the VCS server. If you are using Subversion or Microsoft TFS, you can use the option “**Enable conflict detection**”. The Server will look for conflicts between the local and remote versions of the selected resources, before performing the commit. For more information on Version control systems, refer the Virtual Data Port VQL guide on [VCS Configuration.](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/version_control_systems_integration/version_control_systems_integration) and some [best practices on Version control systems.](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/version_control_systems_integration/best_practices_when_using_the_integration_with_a_vcs/best_practices_when_using_the_integration_with_a_vcs) Hope this helps!
Denodo Team
22-04-2019 18:30:58 -0400
code
I use github for VCS. Diff is disabled. Developer created, updated or dropped an element and selected VCS > Commit. I see there are n committed items. However, I can't readily tell what's been committed. Is there a way to do this? I've read through the VCS Configuration and Best Practices on Version Control Systems and none address this specifically. Thanks
user
13-05-2019 12:59:35 -0400
Hi, This is the usual behaviour of the Denodo Platform. You can check github repository to see which elements are pushed. I would suggest if you are a customer, you can request enhancement in our tool using the support site at support.denodo.com. Hope this helps!
Denodo Team
15-05-2019 18:10:21 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here