Modlr
No edit summary
No edit summary
Line 1: Line 1:
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 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 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.
 
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.
 
See also: [[Ecomdl]]
See also: [[Ecomdl]]
[[Category:MDriven Designer]]
[[Category:MDriven Designer]]

Revision as of 06:34, 30 June 2023

This page was created by Hans.karlsen@mdriven.net on 2016-12-08. Last edited by Stephanie@mdriven.net on 2025-01-23.

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.

See also: Ecomdl