my client wants me to backup my solution
at the end of a work period, and give a release (an export) to the testing
people.
while they’re testing, he wants me to begin work on new features,
without disturbing the backup copy.
his desire is that if the testing people report bugs, i can go back
to the ‘saved’ copy of the project, make fixes, and give a new
solution to the testing dept. to make sure the fixes work.
is this possible with servoy? can i just copy and restore the “servoy.gdb”
file whenever i please?
if you can switch besides databases then it is ok.
What you could do is make 2 dbserver connections in servoy:
one repository_server_backup and one repository_server
both pointing to a servoy.gdb file (other locations ofcourse )
then if you want to go back. rename the ‘new’ repository_server into repository_server_new and the backup to repository_server and restart developer..
We don’t support branching yet. (that you can alter a older release)
And ofcourse you have to do youre small changes in both releases..