I have a couple files that I want to work with on some branched but not others. For these files, the clearcase branching looks like this:
Dev ---> Dev/speical_branch_1
---> Dev/test_branch_1
I want to completely obliterate the test branch for both of these files so that the clearcase branching looks like this
Dev --> Dev/special_branch_1
How do I erase this branch from existence for only these files?
This is different from How to delete a clearcase branch with a single command? becasue I want to delete the branch for specific files. It is also different from Delete file from ClearCase checked out on another branch because I do not want to delete the files outright, but only remove certain branches from them.