top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

ClearCase: How we can get all Check in between certain time interval in Clear Case?

+1 vote
273 views
ClearCase: How we can get all Check in between certain time interval in Clear Case?
posted Sep 20, 2014 by Amit Kumar Pandey

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

To get the all check In You should use below command, which will give you all check in version in certain time interval:

/usr/atria/bin/cleartool find . -type f -version "{created_since(2014-09-15) && (! created_since(2014-09-20)) && brtype(branch_name)}" -print
answer Sep 20, 2014 by Kali Mishra
...