Delete file from ClearCase checked out on another branch
问题 I am trying to delete a file in ClearCase. When I attempt to delete it I get a message that the element has checkouts. When I do a version tree on the file I see that the file is checked out by another user, in another view, on a different branch. How do I delete this file? In addition why doesn't ClearCase let me delete this file? 回答1: You can delete it through the command line and cleartool, by forcing its delete (option which isn't available with the GUI) cleartool rmname -force theFile