我正在使用Perforce 2015.2。我将工作区附加到Perforce流,其命令类似于:
p4 client -s -S //Product/Main
现在我想从流中分离工作区。我试过了:
p4 client -s -S //
但得到了一个错误:
Stream'//'不是'// depotname / string'
的正确格式
如何从流中分离我的工作区?
答案 0 :(得分:1)
通过"将我的工作区从流"中分离出来,我假设你的意思是你希望你的工作区停止引用流的文件,而你想要引用一些文件集在非流式仓库中。
所以:
p4 client
在您的编辑器中显示您的客户端规范Stream: //Product/Main
更改View:
下面的行,如下所示:
// Product / Main / ... // my-client /...
改为:
//depot/some/path/... //my-client/some/path/...