how find teh objects between two labels in clearcase
Posted
by cheia
on Stack Overflow
See other posts from Stack Overflow
or by cheia
Published on 2010-04-28T21:02:07Z
Indexed on
2010/04/28
21:07 UTC
Read the original article
Hit count: 267
clearcase
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
© Stack Overflow or respective owner