Mendix SDK: Use local copy

0
Is it possible to load local copy for making changes to domain model using Mendix SDK? Currently latest online copy can be loaded as working copy for updating app with Mendix SDK. We have a use case where local copy on machine which is not committed should be updated.
asked
1 answers
0

You can not change an existing local copy of the model using the Mendix SDK. The copy created in Mendix SDK is actually in the cloud.

The Team Server API can not commit models, only retrieve the metadata.

 

The local copy on the machine should be committed first. This can be in a branch, if that helps.

answered