2014-11-05 12 views
2

샌드 박스의 비회원을 얻으려고합니다. 그러나 나는이 erorr 메시지를 얻는다.MKS 샌드 박스의 비 구성원 표시

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. 

답변

0

을 실행 할 수 있습니다 --cwd=value Act as if command executed in specified directory 옵션을 사용할 수 있으므로 다음과 같이 명령을 입력해야합니다.

si viewnonmembers --sandbox="D:\sandbox\test\project.pj" --cwd="D:\sandbox\test" 

또는 --recurse 옵션과 함께 .pjproject.pj

이외의 수 서버 구성에 따라 Do you want to recurse into the directory...

si viewnonmembers --sandbox="D:\sandbox\test\project.pj" --cwd="D:\sandbox\test" --recurse 

를 건너 뛸

0

비회원은 프로젝트보기 작업이 아닌 샌드 박스 컨텍스트에서만 볼 수 있습니다.

그래서, 명령을 실행하기 전에, 당신은 당신의 지역 샌드 박스의 위치로 이동한다 : 당신이 당신의 샌드 박스 폴더에있을 때

cd SandboxFolderPath 

, 당신은 si viewnonmembers의 도움에서

si viewnonmembers