Versioning is a *must*!
For every professional development tool, some kind of versioning is a must. At the moment, versioning and working with multiple [i.e. >=2!!!] people on the same processes is a nightmare: We use different folders for different branches and there is not help whatsoever when there are conflicts. Even worde: RM encourages you to just overwrite files! Luckily we are not in the 1950ths anymore and you could easily make use of existing versioning systems. You could even save time and strip off some of the weird functionality of git in order to make it work like svn (because, hey, if users choose a graphical tool like RM because they do not want to use code then we can be pretty sure that they [like me] do not want to know the differences between commit and push, pull and fetch, reset and reset hard, branches, ....). Additionally you should create a nice diff viewer (not based on the pure xml files RM is producing but rather in the same graphical manner you present proceses in the usual way... i.e. it could 'mark' areas with red or green color depending whether or not some ops were removed or added in that 'area' of the process). That would be really helpful in order to resolve conflicts.
Cheers,
Fabian Werner
Comments
As for standalone versioning in Studio, I simply keep my local repo on a mirrored cloud storage drive (I've used Google Drive, Dropbox, and OneDrive - all work equally well) which of course have full versioning.
Hope this helps.
Scott
And the capability of showing a diff of two versions was also mentioned in the original comment here but is not available as far as I know.
Scotty