Skip to main content
17-Peridot
November 11, 2021
Solved

uploading folders in repository of Thingworx composer.

  • November 11, 2021
  • 1 reply
  • 1658 views

I am trying to import source control project without reaching the server. 

Inside SystemRepositoy of Thingworx composer, i am able to upload project in a .zip file but not able to upload source control project in folder form. If i try to import the source control project which is in .zip format, import is getting failed. So how to upload source control project in folder format directly to any repository through thingworx composer.? 

Best answer by PaiChung

Repository has an Unzip service.

So upload the Zip.

Run the Unzip service

Run import from source control

 

else you'd have to create all the folders (can be done as well with services on the repository)

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
November 11, 2021

Repository has an Unzip service.

So upload the Zip.

Run the Unzip service

Run import from source control

 

else you'd have to create all the folders (can be done as well with services on the repository)

17-Peridot
November 22, 2021

You pointing out "ExtractZipArchive" service in SystemRepository to unzip the zipped folder ??

22-Sapphire I
November 29, 2021

Yes, also every FileRepository thing (Thing based on FileRepository ThingTemplate) will have this service.

You aren't limited to using the System Repository