CSPro with with git or other version control software

Discussions about tools to complement CSPro data processing
Forum rules
New release: CSPro 8.0
Post Reply
chris.alan.clark
Posts: 3
Joined: May 22nd, 2014, 10:46 am

CSPro with with git or other version control software

Post by chris.alan.clark »

Has anyone ever used CSPro with version control so that multiple users can edit forms and logic? I am curious whether commits will be generally be incorporated cleanly or if conflicts will appear when multiple users are editing the files at one time and then sequentially committing their changes.
Thanks,
Chris
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: CSPro with with git or other version control software

Post by josh »

We recently used CSPro with git for a project with multiple developers working on a survey at once. Since CSPro files are all text, the diffs that you see in the commit history is fairly useable. In the latest version, 6.1, we made some changes to the way files are written to minimize conflicts when multiple users edit files.
Post Reply