Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

...

Code Block
languagebash
titleGIT
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.