Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Version Control Usage

The version control facility can be used in many different ways, although these roughly fall into one of four types of use as discussed here.

Usage

Type

Usage

See also

Single Shared model

Users share a model stored in a central .eap file or DBMS repository. In this configuration you can view changes to other users' packages without explicitly having to check them out, by simply refreshing your view of the model.

Version control is used to:

Archive successive versions of your work to date
Maintain package revision history
Recover from unwanted changes or accidental deletions, through an 'undo' facility
Regulate access to packages

 

 

Multiple Private models

One model is created by a single user who configures it for version control. The model file is then distributed to other users, with each user storing their own private copy of the model.

Version control is used to:

Propagate changes to the model, throughout the team
Archive successive versions of your work to date
Maintain package revision history
Recover from unwanted changes or accidental deletions, through an 'undo' facility
Regulate access to packages

 

 

Shared packages

Individual users create separate models but share one or more packages:

Users share packages through version control

 

 

Standard packages

A company might have a standard set of read-only packages that are broadly shared:

Individual users retrieve packages with the Get Package menu option

 

 

Learn more