Releasing a form and application model

Usually when you are fixing/writing Uniface forms/components you need more than just the form, you need parts of the application model as well.

To check out the form and the entity (all fields are automatically checked out with the entity), and the sub-type (every entity has at least 1 subtype), first go to your developers directory.

Remember from the previous example that the developer’s directory is some directory other than the one where you imported the sources. Check out a new copy of the form, table (entity) and sub-type (group) from the repository (in this example h: is the developers personal drive):

h:

cd h:\sources

bcvs checkout components\formname.XML 

bcvs checkout tables\schema-tablename.XML

bcvs checkout sub-types\tablename-schema.XML

NOTE: bcvs is the name of the batch file/shell script we created in an earlier step.

Releasing registers
Adding a form
Differences
Merging code changes
Final notes

UD6 Overview
A methodology to Uniface source code control

$Revision: 1.11 $ $Date: 2011/02/28 02:56:33 $[go to top]