Command Reference > pmrep Command Reference > CheckIn
  

CheckIn

Checks in an object that you have checked out. When you check in an object, the repository creates a new version of the object and assigns it a version number. The version number is one number greater than the version number of the last checked-in version.
The CheckIn command uses the following syntax:
checkin

-o <object_type>

[-t <object_subtype>]

-n <object_name>

-f <folder_name>

[-c <comments>]

[-s dbd_separator]
The following table describes pmrep CheckIn options and arguments:
Option
Argument
Description
-o
object_type
Required. Type of object you are checking in: source, target, transformation, mapping, session, worklet, workflow, scheduler, session config, task, cube, or dimension.
-t
object_subtype
Optional. Type of task or transformation to check in. Not required for other object types. For more information about valid subtypes, see Listing Object Types.
-n
object_name
Required. Name of the object that you are checking in.
-f
folder_name
Required. Folder to contain the new object version.
-c
comments
Optional. Comments about the check in.
-s
dbd_separator
Optional. If an ODBC source has a period (.) in the name, define a different separator character when you define the source object. For example, instead of database_name.source_name, define the source object as database_name\source_name, and define the dbd_separator as backslash (\).