# The form data below was edited by tom_tyler # A Perforce Stream Specification. # # Stream: The stream field is unique and specifies the depot path. # Update: The date the specification was last changed. # Access: The date the specification was originally created. # Owner: The user who created this stream. # Name: A short title which may be updated. # Parent: The parent of this stream, or 'none' if Type is mainline. # Type: Type of stream provides clues for commands run # between stream and parent. Seven types include 'mainline', # 'development' (default), 'release', 'sparsedev', # 'sparserel', 'task', and 'virtual'. # Description: A short description of the stream (optional). # Options: Stream Options: # allsubmit/ownersubmit [un]locked # [no]toparent [no]fromparent mergedown/mergeany # ParentView: Whether the stream spec inherits a view from its parent: # inherit/noinherit. # Components: Incorporate component stream paths into this stream and # define the view mappings for the clients of this stream. # Paths: Identify paths in the stream and how they are to be # generated in resulting clients of this stream. # Path types are share/isolate/import/import+/exclude. # Remapped: Remap a stream path in the resulting client view. # Ignored: Ignore a stream path in the resulting client view. # # Use 'p4 help stream' to see more about stream specifications and command. Stream: //sdp/dev_insitu Update: 2025/05/11 06:42:15 Access: 2025/04/22 11:34:56 Owner: tom_tyler Name: dev_insitu Parent: //sdp/dev Type: virtual Description: NOTICE: THIS STREAM IS DEPRECATED with r25.1. Instead of this stream, use the //p4-sdp/dev_insitu stream. This change is due to the migration of SDP itself from Classic to Streams. For more info on this, see: p4 branch -o SDP_Classic_to_Streams This stream spec is intend to be used when developing in the SDP dev branch while working on a deployed SDP, i.e. on a server where the /p4/common structure exists. Files are mapped from specific folders under //guest/perforce_software/sdp/dev into the local workspace, plus the tools folder is mapped. Workspaces associcated with this stream should have a root directory of /p4. Only the /p4/.p4ignore file and the /p4/common directories are versioned. A P4CONFIG to reference the workspace should be: /home/perforce/.p4config.sdp.YourPublicDepotUserID It should look something like this sample: P4PORT=public.perforce.com:1666 P4USER=YourPublicDepotUserID P4CLIENT=YourPublicDepotUserID.YourMachine.sdp_dev_insitu P4TICKETS=/home/perforce/.p4tickets.sdp_dev_insitu P4IGNORE=.p4ignore Options: allsubmit unlocked notoparent nofromparent mergedown ParentView: inherit Paths: import+ .p4ignore //guest/perforce_software/sdp/dev/Server/Unix/.p4ignore import+ common/bin/... //guest/perforce_software/sdp/dev/Server/Unix/p4/common/bin/... import+ common/cloud/... //guest/perforce_software/sdp/dev/Server/Unix/p4/common/cloud/... import+ common/config/... //guest/perforce_software/sdp/dev/Server/Unix/p4/common/config/... import+ common/etc/... //guest/perforce_software/sdp/dev/Server/Unix/p4/common/etc/... import+ common/lib/... //guest/perforce_software/sdp/dev/Server/Unix/p4/common/lib/... import+ common/sdp_upgrade/... //guest/perforce_software/sdp/dev/Server/Unix/p4/common/sdp_upgrade/... import+ common/site/... //guest/perforce_software/sdp/dev/Server/Unix/p4/common/site/... import+ sdp/helix_binaries/... //guest/perforce_software/sdp/dev/helix_binaries/... import+ sdp/Unsupported/... //guest/perforce_software/sdp/dev/Unsupported/... import+ sdp/Server/Unix/setup/... //guest/perforce_software/sdp/dev/Server/Unix/setup/... import+ sdp/Server/setup/... //guest/perforce_software/sdp/dev/Server/setup/... import+ sdp/Server/test/... //guest/perforce_software/sdp/dev/Server/test/... import+ sdp/test/... //guest/perforce_software/sdp/dev/test/... import+ sdp/Version //guest/perforce_software/sdp/dev/Version import+ sdp/doc/... //guest/perforce_software/sdp/dev/doc/... import+ tools/... //guest/perforce_software/sdp/tools/...