Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
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.?
Solved! Go to Solution.
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)
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)
You pointing out "ExtractZipArchive" service in SystemRepository to unzip the zipped folder ??
Yes, also every FileRepository thing (Thing based on FileRepository ThingTemplate) will have this service.
You aren't limited to using the System Repository
Okay Thanks