0

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!

4

1 に答える 1

1

はい、'stream -i' を使用して stdin にストリーム データを提供することにより、対話型エディターを起動せずにストリーム仕様を更新できます。

たとえば、エディターに入力する情報を含むファイルを準備し、それを「streamdata.txt」と名付けて、次のように入力します。

p4 stream -i < streamdata.txt
于 2014-05-13T00:15:30.350 に答える