Skip to main content
1-Visitor
November 13, 2018
Solved

How to do Version Management Control in Thingworx Application

  • November 13, 2018
  • 2 replies
  • 1966 views

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...

Best answer by PaiChung

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.

2 replies

5-Regular Member
November 13, 2018

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

PaiChung22-Sapphire IAnswer
22-Sapphire I
November 14, 2018

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.