I have a mainline stream //depot/stream_mainline_1/...
I need to create another mainline stream //depot/stream_mainline_2/... where I need to import(read only) some of the folders and share the some other folders in newly created mainline stream.
Let’s say //depot/stream_mainline_1/... contains two folders;
- test_folder1 -> Need to import this folder
- test_folder2 -> Need to share this folder
I know we can import the data like below while creating the new mainline stream(//depot/stream_mainline_2/..)
view:
import test_folder1/... //depot/stream_mainline_1/test_folder1/...
Can someone please help me to know the steps to share the test_folder2?
Thanks in advance.