Support for a versioning system like GIT?

Post Reply
tz8
Member
Posts: 84
Joined: Mon Aug 13, 2012 12:56 pm

Support for a versioning system like GIT?

Post by tz8 »

Hey all,



did anyone find a way to use GIT to track changes on flows? Or is there at least a common usage to export flows and check them into a versioning system?



How do you do it?



Cheers,



Thorsten
dkelly
TOP CONTRIBUTOR
Posts: 628
Joined: Mon Nov 29, 2010 8:45 pm
Location: Alpharetta GA USA
Contact:

Support for a versioning system like GIT?

Post by dkelly »

The flows and properties are all stored in XML format. You could create a git repository in the directory that Switch uses to store them, eg. ~/Library/Application Support/Enfocus/Switch Server on Mac.



Scripts are a little more complicated because they are stored in a ZIP package. Git would track changes but you can't easily diff revisions.


tz8
Member
Posts: 84
Joined: Mon Aug 13, 2012 12:56 pm

Support for a versioning system like GIT?

Post by tz8 »

Thanks a bunch, that helped a lot! For the scripts i'll just let the Developer copy/paste the Javascript into Eclipse and do the commit from there
Post Reply