Add a forced build between save-all and commit (both for SVN and git).
It may be the case (still unconfirmed) that after the automatic save-all triggered by the commit handler, the project builders (calculations, inheritance) are triggered and modify files while the commit is in progress.
This change introduces a mandatory build step after the save-all to ensure all builders have been run before the commit. It also disables auto-build while the commit is in progress.
Add a forced build between save-all and commit (both for SVN and git).
It may be the case (still unconfirmed) that after the automatic save-all triggered by the commit handler, the project builders (calculations, inheritance) are triggered and modify files while the commit is in progress.
This change introduces a mandatory build step after the save-all to ensure all builders have been run before the commit. It also disables auto-build while the commit is in progress.