Skip to main content

Can you advice which tool you are using as source control for K2 workflows and K2 smartobjects?


We are planning to use Tortoise SVN. Anyone tried to use this?

SVN is good. but, there are are issues with the kprx and sodx files in terms of diffing, etc. but for general source control SVN, TFS or any source control systems will do fine.


http://jeylabs.com


Is there a similar problem with a team working concurrently on the same workflow/object/form?

Theoretically you can do it, but it gets ugly.

 

All K2 files (projects, workflows or SmartObjects) are XML (try opening one in notepad).  The problem is knowing how to translate the gobs and gobs of XML bits to the visual bits you are used to seeing when designing in Visual Studio.  So when you ask about multiple folks working concurrently on the same process, the challenge comes when merging conflicting changes because its hard to know which XML bits create a particular change in a process.


Reply