A snapshot of a ModelArtefactPackage resource managed by a Subversion version control provider.
Specializes
ModelArtefactVersion
Attributes
| Name | Data type | Occurs | Description |
|---|---|---|---|
| firstUpdateRevision | String | 0..1 | The Subversion repository revision number at the time of the first update to this ModelArtefactVersion. |
| lastUpdateRevision | String | 0..1 | The Subversion repository revision number at the time of the last update to this ModelArtefactVersion. |
Constraints
| Type | Name | Specification |
|---|---|---|
| No revision for dependency-only change | Invariant | inv: if contentChange = false then firstUpdateRevision.oclIsUndefined() and lastUpdateRevision.oclIsUndefined() else not firstUpdateRevision.oclIsUndefined() and not lastUpdateRevision.oclIsUndefined() endif |