Show TOC

Administering Propagation ListsLocate this document in the navigation structure

Procedure

Creating a Propagation List

Additional features of the mkpropagationlist command. The mkpropagationlist command defines the -rind option which allows you to specify a date range. The date range is specified by two timestamps in the following format: " yyyy-mm-dd hh:mm:ss ". When the -rind option is used in the mkpropagationlist command, the created propagation list will contain all changes (meaning all versions that have been integrated) that happened within the given date range.

Example

To create propagation list p1 which will contain all changes made in workspace //test/dev from April 1, 2007 to May 1, 2007, execute:

mkpl -p p1 -w //test/dev -rind @"2007-04-01 00:00:00" @"2007-05-01 00:00:00"

Note

The upper limit in the -rind option is optional. When the upper limit is not specified, then the current date/time is assumed.

For more information about propagation lists, see MKPROPAGATIONLIST/MKPL .

Exporting a Propagation List

For more information about exporting a propagation list, see EXPORT / EXP .

Importing a Propagation List

For more information about importing a propagation list, see IMPORT / IMP .

Integrating a Propagation List

For more information about integrating a propagation list, see INTEGRATE .