I'm trying to delete a single version-controlled file in ClearCase. I already know that I'm supposed to check out the parent directory and its checked out.
I don't know if I'm supposed to check out the file I going to delete.
If I don't check out the file I get the error:
cleartool: Error: Not a vob object: "MyFileName".
If I do check out the file I get:
cleartool: Error: Element "MyFileName" has checkouts.
So ClearCase knows it's one of its files – but it doesn't want to delete it. I'm just baffled.
I've already updated and rebased repeatedly.
How do I move forward here?