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
Support for a versioning system like GIT?
-
- TOP CONTRIBUTOR
- Posts: 628
- Joined: Mon Nov 29, 2010 8:45 pm
- Location: Alpharetta GA USA
- Contact:
Support for a versioning system like GIT?
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.
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.
Support for a versioning system like GIT?
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