The following arguments determine how importRepository interacts with the versioning system. Typically, you omit these arguments and use default versioning-related settings instead.
process name [ workflow name ] | workspace name
deploy[ targets names] | batchsize size
checkinComment comment-text
username name
nocheckin
noworkspaceversionManager path
Versioning argument | Description |
|---|---|
| Specifies the name of the project to create. If qualified by the
This argument is available only if the This argument cannot be used with |
| Specifies the workspace of an existing project to use during the import operation, where The workspace is the area in the The default workspace is |
| Directs deployment of assets. If qualified by the This argument cannot be used with |
| Comment to use when checking in imported data. The default is |
| Username to use when checking in imported data. The default is |
| Specifies that the import should not check in imported data. This allows use of the workspace for multiple imports or other versioning operations, so all assets can be checked in at the same time. |
| Specifies that the import should not use the versioning system. Use this argument to import data into unversioned repositories. |
| Component path of version manager to use for versioned imports. Use this argument only if the version manager runs in a non-standard location. |
Note: After deployment targets are initialized, use process with importRepository instead of workspace. If you use the workspace flag after target initialization, the importRepository tool imports the assets using the specified workspace into the main branch only, and not to any target branches. Consequently, later deployments cannot deploy these imported assets as they do not exist in the target branches.
By contrast, when you use process, assets are imported into a created process, which advances the assets through the specified workflow and performs the appropriate merges.
If using workspace after initialization causes problems, delete the target through the ATG Business Control Center’s Admin Console interface and reinitialize it.

