I use ClearCase. How can I find out who’s checked out a given file?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That kind of request is often prompted when you try to
rmname(DEL) a file through the GUI.If the file is checked-out in any other branch or any other view… the GUI will refuse to
rmnamethe file!To quickly see where the file is checked-out, try a
and look (or grep) for “
CHECKEDOUT” string.You will se one or several line like:
But remember: you can also force a rmname through the CLI (Command-Line Interface) cleartool.
Assuming you are in the correct path of the file:
the
-forceoption (not available through GUI) will allow you to rmname your file even if it is already checked-out in another view/branch.