What is a Stream?

A stream is a container in a Dimensions CM repository for a set of item revisions. Streams are used to isolate the development of features from the main code base. Typically each development team uses a child stream that has been branched from a parent mainline stream. The child stream is merged back into the mainline as required.

Streams enable an iterative ’copy, modify, merge, and merge’ process where developers:

A stream cannot contain parallel versions of the same item and you cannot use functions that operate on individual files, such as check out and check in.

NOTE  Your system administrator can configure your database to use:

For details see About Database Options in the Process Configuration Guide.

Related Topics

About Streams

Should I use Streams or Projects?