CC delete option from CC explorer

前端 未结 1 516
猫巷女王i
猫巷女王i 2020-12-20 00:58

I was wondering which command is executed internally when we select \'Delete\' from Clearcase explorer context menu. Is it rmname, rmelem or rmbranch? We use base CC.

<
相关标签:
1条回答
  • 2020-12-20 01:48

    It is cleartool rmname.

    It will checkout for you the parent directory, derefence the file (rmname) and checkin the parent directory.

    See "About cleartool rmname and checkouts"

    The Delete operation from within ClearCase Explorer on Microsoft® Windows® executes a cleartool rmname, not a cleartool rmelem or cleartool rmver.

    Of course, this is valid for a file or a directory (see "Clearcase Delete Directory").

    The nice thing with a rmname is that you can cancel it, creating a new version which restores the element (file or directory) that you have "deleted".
    See "Undo remove file in ClearCase".

    0 讨论(0)
提交回复
热议问题