I am using the below config spec which will checkout all the elements from the Label LB_REL_1:
element * CHECKEDOUT
element * .../br_rel_1/LATEST
element * LB_REL_1 -mkbranch br_rel_1
But the problem is I am Not able to Add a new element to source control, I am getting error which says No such Label or Branch exists. Then I tried using the below config spec:
element * CHECKEDOUT
element * .../br_rel_1/LATEST
element * LB_REL_1 -mkbranch br_rel_1
element * /main/LATEST
But this config spec has checkedout all the elements from the VOB even those without the Label LB_REL_1.
Can you please tell me what config spec I should use so that ONLY those elements with Label LB_REL_1 are checkedout AND also I should be able to create NEW elements and Add them to source control.
It would be great help if you can help me.
Thanks in advance