문제

Can you please help with cleartool command which can display following of branch type.

 State -->  Locked, Unlocked, or Obsolete. 
 Locked by 
 Locked on 
 Description
 Excluded users 

One of the task what i'm trying to do is add few more admin users to excluded list...(need excluded users list to append and send that input to lock command with -replace and -nusers)

도움이 되었습니까?

해결책

It would be:

cleartool lslock brtype:aBranch@\aPVob

(see cleartool lslock man page)

That would displayed the excluded users you need for you to append one more, and pass it to a cleartool lock -nusers command.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top