我试着去找沙箱的非会员。但我收到了这些错误信息。
si viewnonmembers -sandbox=D:\Sandboxes\project.pj
*** MKS124814: Cannot show view information: MKS125335: Out of tree members and
subprojects (not located in the project directory or a subdirectory of the proje
ct directory) are not supported.发布于 2015-07-22 11:20:58
在si viewnonmembers的帮助下,您可以使用选项--cwd=value Act as if command executed in specified directory,因此命令应该如下所示:
si viewnonmembers --sandbox="D:\sandbox\test\project.pj" --cwd="D:\sandbox\test"或使用--recurse选项跳过Do you want to recurse into the directory...
si viewnonmembers --sandbox="D:\sandbox\test\project.pj" --cwd="D:\sandbox\test" --recurse根据您的服务器配置,.pj可能不是project.pj
发布于 2015-07-07 13:09:21
非成员只能在沙箱上下文中查看,而不能从任何项目视图操作中查看。
因此,在执行该命令之前,您应该跳入本地沙箱位置:
cd SandboxFolderPath当您在沙箱文件夹中时,可以执行
si viewnonmembers https://stackoverflow.com/questions/26760520
复制相似问题