Delete branch in clearcase in Eclipse using GUI operation

263 views Asked by At

There is a good answer here on how to create a ClearCase branch using GUI operation only. I have created such a branch and worked in it and now I wish to delete since it has been merged. I have not dared trying to simply delete the BranchType in ClearTeam Explorer since I am afraid it might corrupt something.

How to delete a branch in ClearCase and ClearTeam Explorer for Eclipse using GUI operation only?

1

There are 1 answers

7
VonC On BEST ANSWER

Generally, I wouldn't recommend to delete anything, especially with ClearCase UCM.

The usual solution is to make the stream (UCM) or the brtype (base ClearCase) obsolete.

cleartool lock -obs stream:xxx@\apvob
or
cleartool lock -obs brtype:xxx@\avob

That way, the branch becomes invisible.