Flow target between streams
I have 2 streams. Stream 2 is flow target of stream 1.
I created a workspace of stream 2 and I need to see all pending changes incoming form stream 1.
Is there a way to do this by command line or to export the eclipse output in the pending changes tab for this case?
I know status command can do something similar but it is only for local Sandbox.
Best regards,
Carlos
Accepted answer
In Eclipse, you can right-click on Stream1 and select 'Compare With' --> "Another Workspace or Stream" and select Stream2 in the picker dialog. This will open up the Change Explorer view and show you the differences (ex: incoming or outgoing change sets). You can use the view menu (down arrow at top right of the Change Explorer view) and select the action called "Save Change Log...". In the dialog that follows you can customize what information you wanted saved in the output report. You can also output it in CSV format to make it easier to import into Excel for example...
One other answer
Hi Carlos,
You could try exploring the stream1 in pending changeset (it opens the flow directions between stream1 to stream2) in pending changes.
Steps:
Right Click on the source team ( Stream1) Show pending change set .
Expand the Stream1 <=> Stream2 in pending change set .
You could see all the changes which flowing from stream1 to stream2
Please let me know does it answer your question.
Regards,
Arun.