The issuediff command compares the change packages in two streams, snapshots, or workspaces (for simplicity, we’ll just say “stream”), showing which changes that are included in the “from” stream have not yet been propagated to the “to” stream. The output is a list of issue numbers for those change packages.List the issues whose change packages are completely in stream brass_dvt, whose changes have not yet been propagated to stream brass_tst. Display the output in XML format.> accurev issuediff -s brass_dvt -S brass_tst -fx
<acResponse>
<issues>
<issue>
<issueNum
fid="1">3</issueNum>
<transNum
fid="2">272</transNum>
<targetRelease
fid="21">rel2.0</targetRelease>
...
Micro Focus |