Helix Core Server User Guide (2019.2)

Create a mainline stream

To create a mainline stream:

  1. Issue the p4 stream, command, specifying the depot followed by the stream name.

    For example:

    $ p4  stream -t mainline //JamCode/main

    The stream specification form is displayed.

  2. Change options in the spec to assign the stream the desired characteristics and save the spec. See Configure a stream for details on the stream spec.
  3. To verify that your mainline stream has been created, issue the p4 streams command.

    For example:

    $ p4  streams //JamCode/...