how to find out all the checked out files in a branch

后端 未结 3 1312
感动是毒
感动是毒 2020-12-21 08:03

As title, could anyone of you give me a working instruction to solve that problem ? thanks a lot!

3条回答
  •  借酒劲吻你
    2020-12-21 08:55

    Start by having a look here : IBM ClearCase Command Reference : lscheckout

    Then, as an example, try this...

    If your branch was foo, and your are in the VOB you want to check, you can run

      ct lsco -brtype foo
    

    or

      ct lsco -brtype brtype:foo
    

提交回复
热议问题