how find 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:37 UTC
Read the original article
Hit count: 278
Hi ,
I would like to get all sources/objects between two releases that happened within a month from clearcase. 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 <path> -element "lbtype (Label b) && ! lbtype(label a) && ! -element (.../Branch1/latest)" -print
where:
- label
a
is the label of last month release - label
b
is the current label - and
branch1
is the branch from where all release happened
Thanks in advance
© Stack Overflow or respective owner