Hi,
Version Control System (VCS) in Solution Manager Tool is used to save a backup on the state of the servers’ metadata before a new deployment. VCS in VDP Development Server is used to allow developers to check in and commit codes they develop/update. This prevents conflict in cases where multiple developers work on the same database/view simultaneously. VCS usage differs between both use cases.
To configure VCS for the Solution Manager tool, I used this [documentation guide](https://community.denodo.com/docs/html/browse/8.0/en/solution_manager/administration/configuration/vcs_configuration/vcs_configuration). And to configure VCS for VDP Development server, this is the [guide](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/version_control_systems_integration/vcs_configuration/virtual_dataport_server_configuration) that I followed. Both of these guides worked well for me.
Hope this helps!