top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

ClearCase: How to Lock a Branch?

+1 vote
488 views
ClearCase: How to Lock a Branch?
posted Aug 14, 2014 by Kali Mishra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes
  1. cleartool lock brtype:BRANCH_NAME - will lock the branch only in the current vob (you need to lock branch in each vob if there are more then one vob)
  2. cleartool lock brtype: BRANCH_NAME@vob:VOB_TAG - will lock the branch in the vob identified by the VOB_TAG.
  3. cleartool lock –nuser user1,user2,… brtype:BRANCH_NAME - will lock the branch except users user1, user2
answer Aug 15, 2014 by Salil Agrawal
...