Modlr
Denis Pupin (talk | contribs) No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Modlr file format is used by MDriven Server and is also the format used for uploading and downloading models from MDriven Server. | Modlr file format is used by MDriven Server and is also the format used for uploading and downloading models from MDriven Server. | ||
Modlr file format is not suitable for multi developer scenarios since a zip file does not diff well with Git or SVN | Modlr file format is not suitable for multi-developer scenarios since a zip file does not diff well with Git or SVN. When your team has many developers, use ecomdl split file format and either SVN or Git for source control. | ||
[[Category:MDriven Designer]] | [[Category:MDriven Designer]] |
Revision as of 09:52, 31 January 2023
This page was created by Hans.karlsen on 2016-12-08. Last edited by Lars.olofsson on 2025-07-26.
Modlr is a file format of MDriven Designer. The modlr file format is really a zip file and contains the same files that the ecomdl format has (but ecomdl is not zipped together).
Modlr file format is used by MDriven Server and is also the format used for uploading and downloading models from MDriven Server.
Modlr file format is not suitable for multi-developer scenarios since a zip file does not diff well with Git or SVN. When your team has many developers, use ecomdl split file format and either SVN or Git for source control.