Using revision control software

WaveMaker does provide revision control for projects. It is strongly suggested to utilize a revision control system, such as Git (https://en.wikipedia.org/wiki/Git_(software)) and GitHub (https://github.com/), for any valuable project. Version control enables developers to track and control changes to the project. Storing projects in such systems enables a team of developers to collectively work on a single project. Solo developers also benefit from using version control, most notably by being able to revert to a previous state should something catastrophic occur.

The example projects used here are examples of a project workspace using GitHub (https://github.com/edwardcallahan/Easy-Web-Samples). For more information and examples of using revision control, visit http://dev.wavemaker.com/wiki/bin/Software+Configuration+Management.