This is a common thing I have to do. Label stuff with a new label. What stuff? Everything from my current directory down using my current config spec. Here’s the code [bash] cleartool mklbtype -nc ‘my_new_label’ cleartool mklabel -recurse ‘my_new_label’ . [/bash] mklbtype : create a new label mklabel: apply label
Tag Archives | cleartool
cleartool obsolete all my branches
I want to go through all of the work package branches that belong to me in a particular vob and mark them as obsolete. These are development branches that I don’t need anymore, and would rather not see in the default version tree. My solution below works because I name all of my development/work package [...]