How to get outgoingChangeSets() to deliver in Stream? (RTC SDK 6.0)
Below is the code to get outgoingChangeSets() . But it is returning empty list and in turn it is failing to deliver . (RTC SDK 6.0)
IChangeHistorySyncReport sync =
wkspConnection.compareTo(
streamConnection,
WorkspaceComparisonFlags.CHANGE_SET_COMPARISON_ONLY,
Collections.EMPTY_LIST,
null );
List<?> csOutList = sync.outgoingChangeSets(component);
2 answers
This is my code that I used in an automation:
Delivering Change Sets and Baselines to a Stream Using the Plain Java Client Libraries.
That is all I can contribute.
Delivering Change Sets and Baselines to a Stream Using the Plain Java Client Libraries.
That is all I can contribute.