If all the files are share ...
, you need to populate
them from the parent before they appear in the child:
p4 populate -r -S //stream/your_dev_stream
Note that the p4 switch
command (which I think is normally only available on "local" servers but you can flip a server configurable to allow it on shared servers) does this automatically. Use p4 switch -c your_dev_stream
to automatically create your_dev_stream
as a child stream of your current stream within the same stream depot, populate it from the parent stream, and switch your workspace to it (shelving any pending work first).
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…