c. Version Control

We have a Git repository on each Project so if any problem when you deploy you can go back to a previous version, each deploy makes a Git commit on the server.



To check the version on the server you can clone a Form Repository Locally then you can manage it locally to go to any previous commit the you can change the files on the server manually and refresh the Forms Designer to get the new Files:



Example to Clone in SourceTree:

For root user, on the 192.168.99.252 Server for the Form prueba.

GIT
ssh://root@192.168.99.252/etc/IntegraServer/web/forms/prueba



Then you will have it locally and you are able to use files of the previous version copying them to the server on the desired path (Example: /etc/IntegraServer/web/forms/prueba) via sftp.



We also have the GIT manager tool inside Forms Designer.