gdmci
gdmci(
{ G_gdmSpec | q_gdmSpecList }
[ g_description ]
[ x_gdmOptions ]
[ g_xtra ]
)
=> t / nil
Description
Checks in the library, cell, view, directory, or file that G_gdmSpec represents. Co-managed files in a view are always checked in as a group; co-managed set behavior applies only if G_gdmSpec consists of library elements.
If G_gdmSpec represents a directory that is not a library element, this function works recursively on the directory only if the GDM_RECURSE option was set when G_gdmSpec was created with gdmCreateSpec.
This function is the SKILL equivalent of the gdmci shell command.
Arguments
|
G_gdmSpec
|
The gdmSpec object of the library, cell, view, directory, or file to check in.
|
|
q_gdmSpecList
|
A gdmSpecList object containing gdmSpec objects.
|
|
g_description
|
Description of the files that are checked in. It is specified as a string.
|
|
x_gdmOptions
|
One of the following integers:
5: Optimized checks in previously unmanaged files for the first time.
4: Optimized checks in already managed files.
1: Checks in previously unmanaged files for the first time.
0: Indicates no options are set. Default.
|
|
g_xtra
|
String containing additional arguments to be passed to the underlying design management system’s check in command.
|
Value Returned
|
t
|
The files were checked in.
|
|
nil
|
An error occurred and the files were not checked in.
|
Related Topics
gdmCreateSpec
gdmci
Return to top