Monday, December 21, 2009

Example Find query

The below command will list files on branch_7.0 which are not having the mentioned labels.
ct find . -version "{version(…/bracnch_7.0/LATEST) && ! lbtype(label1) && ! lbtype(label2) && ! lbtype(label3) && ! lbtype(lable4T) && ! lbtype(lable5) && ! lbtype(lable66)} " -print

No comments:

Post a Comment