質問

When I type the following p4 command in the cmd:

p4 stream -t release -P //depot/main //depot/release0.1

It will give an popup for detailed configuration, I am wondering if there is a way to avoid the popup window and set the desired options by using cmd?

Thanks!

役に立ちましたか?

解決

Yes, you can update the stream spec without invoking your interactive editor by using 'stream -i' and providing the stream data on stdin.

For example, prepare a file with the information that you would have typed in your editor, call it 'streamdata.txt', and enter:

p4 stream -i < streamdata.txt
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top