Compare Snapshot with Repository workspace programatically API?
![]() Use Case : Programatically need to compare repository and a snapshot has difference in terms of change sets ?
|
Accepted answer
![]()
To compare a workspace/stream against a snapshot, you have to loop through the baselines in the snapshot and call IChangeHistorySyncReport compareToBaseline(IBaselineHandle baseline, IProgressMonitor monitor).
vijayakumar ramesh selected this answer as the correct answer
|