How to know in Accurev that element is modified on other streams

174 Views Asked by At

I can use accurev wip command to find the element changed in other workspaces.

How can I know in Accurev CLI (or GUI) that the element is modified on other streams, not workspaces?

1

There are 1 best solutions below

0
On BEST ANSWER

You will need to create a script to obtain this info.

Basically you will run the command:

accurev show -p -fxg -s "Stream Name" -R streams

You will parse this list looking for "hasDefaultGroup="true"".

For each stream that matches, execute the 'accurev stat -d -s' command.