Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Note: in the integration stream, you will mostly get deliver activities, ie activities recording the merges done during delivers from the development stream.</p> <p>So if you want activities from two baselines done on the integration Stream, a simple</p> <pre><code>cleartool diffbl -nmerge -act bl1 bl2 </code></pre> <p>should be enough.<br> If you somehow see activities from the development stream, that should mean you are comparing <code>bl1</code> from integration stream with <code>bl2</code> from a development stream or two baselines from integration with merges, ie with contributing activities.</p> <p>Hence the <code>–nmerge</code></p> <blockquote> <p>Compares two baselines on the same stream and reports only activity and version changes made on that stream. </p> </blockquote> <hr> <p>To illustrate why you see those activities without the -nmerge, see "<a href="http://www-01.ibm.com/support/docview.wss?uid=swg21128235" rel="nofollow noreferrer">List the contributing activities in the change set of a baseline or an integration activity</a>"</p> <p>An activity from the integration Stream will look like this:</p> <p><img src="https://www-01.ibm.com/support/docview.wss?uid=swg21128235&amp;aid=3" alt="integration activity"></p> <blockquote> <p>Integration activities track work completed as a result of a deliver or rebase operation, and they are named accordingly with a prefix of either deliver or rebase to help distinguish them from user created activities.</p> </blockquote> <p>If you right-click the activity and select Show Contributing Activities, you will see:</p> <p><img src="https://i.stack.imgur.com/gzotl.gif" alt="contributing activity"></p> <p>Which is the same than:</p> <pre><code> cleartool lsactivity -contrib &lt;deliver baseline&gt;@\pvob </code></pre> <p>or </p> <pre><code> cleartool lsact -fmt "%[contrib_acts]p" &lt;deliver baseline&gt;@\pvob </code></pre> <p>Again, the <code>-nmerge</code> option avoids the <code>diffbl</code> to list those contributing activities.</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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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