Show TOC

IMPORT / IMPLocate this document in the navigation structure

Use

IMPORT

Syntax

import | imp [--dev] [--cons] [--test] [--prod] [-s <software component(s)>] | [--items <queue item(s)>] | [--allcr] | [--all] [--wait] [--timeout <minutes>]

Arguments

[--dev]

Imports the specified software component(s) or all waiting queue items of the development system into the development system.

[--cons]

Imports the specified software component(s) or all waiting queue items of the consolidation system into the consolidation system.

[--test]

Imports the specified software component(s) or all waiting queue items of the test system into the test system.

[--prod]

Imports the specified software component(s) or all waiting queue items of the production system into the production system.

[-s <software component(s)>]

Software component(s) to import. You have to specify the whole name of the software component, including the vendor. To find out which components are importable, use command listqueue .

If you want to import more than one software component, you can provide a comma-separated list of software components. You have to enclose this list in double quotes.

The software component name is case sensitive.

For example: example.org_MYFIRSTSC

[--items <queue item(s)>]

Imports the specified items from the selected queue. The items have to be provided with the software component name and version, separated by a blank. With command listqueue , all items of a queue can be displayed. The list of items has to be enclosed by double quotes. When importing more than one item, a comma-separated list has to be used. The software component name is case sensitive.

[--allcr]

Imports all change request(s) that are waiting for the import of the specified queue. When using --allcr and -s together, only all waiting change request(s) belonging to the named software component(s) will be imported.

[--all]

Imports all software component(s) that are waiting for import.

[--wait]

With this option, the CMS tool will wait until all follow up requests in CBS are built.

[--timeout <minutes>]

Timeout to specify how long the CMS tool should wait for server response of the import request. The default value is 30 minutes.

Description

Imports the specified software component(s) or the whole queue of the specified system of the current location into the specified system. Imports into the following systems are possible: development, consolidation, test and production.

Example

imp --dev -s "example.org_MYFIRSTSC,example.org_MYSECONDSC"

imp --cons --items "example.org_MYFIRSTSC DOM_TRACK_D.1"

imp --cons --all --wait