Pregunta

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)

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top