Stream types
In the stream spec, you assign stream types in a stream hierarchy The set of parent-to-child relationships between streams in a stream depot. according to the expected usage, stability, and Flow rules of the stream.
Type | Description |
---|---|
release |
A stream that is more stable than its parent. Expects merging down from more stable child streams. Does not expect copying up from its parent stream. Useful for ongoing stabilization, bug fixing, and release maintenance. |
mainline |
A stream with no parent. Expects merging down from more stable child streams. Expects copying up from less stable child streams. The |
development |
A |
sparsedev sparserel |
Sparse streams are lightweight: no need to wait a long time for the initial populate command, and no need to delete or unload to maintain performance. In terms of flow rules :
You can convert a To learn more, see Sparse streams. |
task |
Consider using sparse streams instead of task streams because sparse streams have significant advantages over task streams.
|
virtual |
Restricts the workspace view of a real stream. Virtual streams act as a filter. They are useful when you want to:
See Virtual streams. |