Version Control Systems

I’ve been going back and forth for many months now about how to best keep all of our projects updated with the latest enhancements and bug fixes. I’ll provide some of the pros and cons of the various tools I have used.

Subversion is the best. It uses a 4D Plugin by Committed Software called 4DVersion to move the contents of methods into modules (folders). These are then placed under version control on a repository. From there they can be checked in and out as necessary...