Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Generally, the output return by a <strong><code>cleartool ls</code></strong> within an out of sync view reflects that out-of-sync status.</p> <p>you can also try, as <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21206362" rel="nofollow">documented in this technote</a>, a cleartool checkout.<br> If it returns this error message:</p> <pre><code>cleartool: Error: Checkout is currently disabled for element "element_name". Its config spec rule information is currently unavailable due to either an aborted update or an update in progress. </code></pre> <p>... that means the view is out of sync.</p> <p>Don't forget, in some cases, to do first a:</p> <pre><code> cleartool chstream -generate yourStream@\pvob </code></pre> <p>That is useful if a component has switched from non-writable to writable.</p> <p>But if just foundation baselines have changed, then <code>cleartool setcs -stream</code> is enough.</p> <blockquote> <p>if all my components are read only in that stream and view(where I do only build). In that case how to check my view is out of sync? </p> </blockquote> <p>One way would be to get:</p> <ul> <li><p>all foundation baselines of the stream (<a href="http://publib.boulder.ibm.com/infocenter/cchelp/v7r0m1/topic/com.ibm.rational.clearcase.cc_ref.doc/topics/fmt_ccase.htm" rel="nofollow">with <code>fmt_ccase</code></a>)</p> <pre><code>cd /path/to/my/view myStream = $(cleartool lsstream -cview) myFoundationBaselines = $(cleartool descr -fmt "%[found_bls]CXp" $myStream) </code></pre></li> <li><p>compare those baselines with the ones of the view<br> (grep each baselines found in the previous step in your config spec)</p> <pre><code> cd /path/to/your/view cleartool catcs </code></pre></li> </ul> <p>In short, there is no direct native way: you need to script it.</p> <p>You will see the name of the baselines currently used by the view by grepping in a catcs for <code>-mkbranch</code>.<br> Those are the baseline you need to compare with the foundation baselines.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload