Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
How to do version Management Control In Thingworx application, is There any Refrence Document Is available, I can able to export and Import Entities But Import Function Overwrite Existing One....Is there any way to do proper Version management Control...
Solved! Go to Solution.
In the market place there is a Git extension that can help you with exchanging content between GIT and Thingworx
Thingworx allows for export of all its entities as individual files (export for source control) which you can then maintain in your source control system.
Hello,
I haven't worked much with version control combined with Thingworx yet.
One way I could think of would be to export any major change, then use a third party tool like git to commit the changes to a repository. This will require some labor but could be further automated using scripts.
There might be a better way but this is the first I could come up with.
Regards,
Pascal
In the market place there is a Git extension that can help you with exchanging content between GIT and Thingworx
Thingworx allows for export of all its entities as individual files (export for source control) which you can then maintain in your source control system.