DevOps/PVCS Version Manager
Version Manager command line 명령어의 banner message 감추는 방법
nabiro@gmail.com
2012. 12. 14. 11:05
검색어: nabiro, pvcs, logo, 로고, pcli, command line, vlog, vget, 숨기는, 감추는, 보여지지 않는, 방법, banner, 메세지, 배너, message, get
아래와 같이 환경변수를 설정하시면 해당 명령어 에서도 배너가 나타나지 않습니다.
D:\>set PVCS_NO_BANNER=true
D:\>vlog -u
VCSID: "rgering", source: HOST
저희 리눅스 환경에서는 아래와 같이 해야 배너가 감춰지는군요.
export PVCS_NO_BANNER=true