Create Model Version

By this command it is possible to make copies of models, called versions. Together with the data of the model, information like creator, creator group, create time etc. is saved. This information can be listed by the command Data>List>Models with the option "long form" selected.
The only way to use the data in a model version is to copy the data from a model version back to the original model by the command Data>Rollback Model. Doing Data>Rollback Model implies normally that all the model versions succeeding the model version "rollbacked" are deleted. This deletion can be omitted by setting the appropriate option.
Any number of versions may be generated for a model. All new verisons of a model will be a appended to the list of modelVersionIds in the VERSIONS attribute of the model. A modelVersionId is an instance of the entity EDM_MODEL_VERSION in the ExpressDataManager model. This instance contains administrative information about the model version such as name, creation date and ownership.
Arguments:

Repository:

Specify the name of the open repository where a model version shall be created. Repository names are case sensitive.
When activating the Select button, only open repositories are displayed in the related selection list.

Model:

Specify the name of the model for which a version is to be created. The model must have a name that is unique within the repository that holds the model, i.e., model names must be unique within a repository. The model name must start with a letter and the rest of the model name can be any mix of alphanumeric characters and the underscore character. Model names are case sensitive.
When activating the Select button, the name of all open models located in the repositories specified by the <Repository> argument will be displayed in the related selection list

Model version name:

Specify the name of the new model version. The model name must start with a letter and the rest of the model name can be any mix of alphanumeric characters and the underscore character. Model names are case sensitive.

Options:

accumulating command output:

A global option that appends the command output to the EDMsupervisor output window. Otherwise the output window is refreshed and only the last command output is displayed.