它在Perforce文档中的几个地方说,可以将任务流转换为开发流,但我没有找到实际的实现方法。
在P4V中,当我右键单击stream视图中的一个流并选择Edit 'X‘时,我认为应该将“任务”选项更改为“开发”。对于开发流,我可以使用combobox将流转换为例如主线或虚拟流,但是对于所有任务流,combobox是禁用的。
如何将任务流转换为开发流?有什么先决条件是我必须满足的吗?
发布于 2014-08-20 23:36:18
对不起,您在转换任务流时遇到问题。在我们的文档中,在“将任务流转换为常规流”一节中,它提到:
http://www.perforce.com/perforce/doc.current/manuals/p4v/streams_task.html
Convert a task stream to a regular stream
Important! Once you convert a task stream to a regular stream, you cannot convert it back.
To convert a task stream to a regular stream:
1. Context-click the task stream in the Streams tab and select Edit Stream 'stream_name'.
2. Change the Stream type to the regular stream type you want.
-- Task streams with parents can convert only to release or development streams.
-- A parentless task stream can convert only to a mainline stream.
-- You cannot convert a task stream to a virtual stream.
3. Verify that the parent stream (if there is one) is in the same depot as the task stream to be converted.
我希望这能帮到你。
https://stackoverflow.com/questions/25399928
复制相似问题