Chapter 13 Using jagtool and jagant
Creates a minor version of an entity.
Command line:
save_minor_ver [-c comment] entity
Ant build file:
<jag_save_minor_ver [comment="comment"] entity="entity" />
Option | Description | Default | Required |
---|---|---|---|
comment | A comment that describes the version. | - | No |
entity | The name of the entity for which a version is created, in the form EntityType:EntityName. | - | Yes |
This example creates a minor version of Package:SVU.
jagtool save_minor_ver Package:SVU
<jag_save_minor_ver comment="comment" entity="Package:SVU" />
list_ver, restore_ver, save_major_ver, Chapter 11, "Using Repository Versioning"
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |