finding clearcase checkins since a given date

There’s lots of power in cleartool find.

Here’s a bit of code I use frequently to find all of the checkins that have happened on the main branch from some date until now:

cleartool find . -name '*' -ver 'version(\main\LATEST) && created_since(30-March-2011)' -print

Tags:

Trackbacks/Pingbacks

  1. finding clearcase checkins between two labels | Varied Thoughts - April 11, 2011

    [...] is related to finding clearcase checkins since a given date. Find all of the checkins between two labels. ct find . -name '*' -version 'version(mainLATEST) [...]

Leave a Reply