I made a branch with a cleartool cmd line utility with:
cleartool> mkbrtype BRANCH_NAME
cleartool> mkbranch BRANCH_NAME
Next I specified mkbranch in the configspec for the view I am working with like
element * .../BRANCH_NAME/LATEST
mkbranch BRANCH_NAME
element /vob_name initial_label
end mkbranch
Next I checked out files of interest, applied a patch of mine to it and checked the changes in with the UI utility.
Right after I've done with it I applied:
cleartool> mklbtype label_name
cleartool> mklabel -recurse label_name vob_name
Everything seems fine when I put this label instead of initial_label - I see the changes I made. Unfortunately its only me who can see the contents of vob with this my label.
Question: What I have done wrong and how I can fix this problem? PS: I created a different view with the same configspec and in this view the vob also empty for me.