how find teh objects between two labels in clearcase
- by cheia
Hi ,
I would like to get all sources/objects between two releases that happened within a month from clear case.I wrote the below command and
it displays only less number of sources compared to the actual one.
Please advive where I am wrong
Cleartool find < -element "lbtype (Label b) && ! lbtype(label a) && ! -element (.../Branch1/latest)" -print
where label a is the label of last month release
lable b is the current label
and brach1 is the branch from where all release happened
Thanks in advance