Skip to main content
1-Visitor
October 24, 2016
Solved

Diff vs File repository and Source control repository

  • October 24, 2016
  • 6 replies
  • 2877 views

Hi guys,

does anyone know differences between Filrerepository template (things) and SourceControlRepository.

What are the benefits to use on or the other.

Thanks.

I have read some time ago, that since TW 7.0 should be possible to map shared folders (remote ones as well) as repositories. Is that true?

Tomas

Best answer by CarlesColl

Hi Tomas,

FileRepository thing it's a Folder on your ThingWorx Server where you can store files/folders for your things, RemoteFileRepository it's just the same but on a Edge device, you can move files back and forth a FileRepository and a RemoteFileRepository, and/or between RemoteFileRepository and another RemoteFileRepository, or any other combination.

SourceControlRepository it's another thing, it's about exporting your ThingWorx model objects on XML format on a HierarchyFolder structure in order to map this to a GIT/Subersion/... ( any Source Control Technology ) to keep track of Code/Model Changes.

Best Regards,

6 replies

1-Visitor
October 24, 2016

Hi Tomas,

FileRepository thing it's a Folder on your ThingWorx Server where you can store files/folders for your things, RemoteFileRepository it's just the same but on a Edge device, you can move files back and forth a FileRepository and a RemoteFileRepository, and/or between RemoteFileRepository and another RemoteFileRepository, or any other combination.

SourceControlRepository it's another thing, it's about exporting your ThingWorx model objects on XML format on a HierarchyFolder structure in order to map this to a GIT/Subersion/... ( any Source Control Technology ) to keep track of Code/Model Changes.

Best Regards,

tcoufal1-VisitorAuthor
1-Visitor
October 24, 2016

Hi Carlse,

thanks for clearing this out for me..

So I guess that on those remote location we need to place a WSEMS (configured) to use this file transfer functionality right?

Any more detailed info about how to use/work with SourceControlRepo with GIT??

Tomas

1-Visitor
October 24, 2016

First question, yes you need WSEMS

Second question, there's a manual that I can't find right now, but what I do it's export with SourceControlRepo and copy/paste files on a GIT folder structure.