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