[closed] Delivered change-sets showing up in active change-sets
Srimanth Gunturi (206●12●5)
| asked Nov 01 '07, 1:22 a.m.
JAZZ DEVELOPER closed Aug 02 '16, 12:46 a.m. by David Lafreniere (4.8k●7)
Hello,
I have used the API IWorkspaceConnection.deliver(boolean, IChangeHistorySyncReport, List, List, IProgressMonitor) to deliver a change-set. After doing this when I call IWorkspaceConnection.refresh(monitor) After that calling IWorkspaceConnection.activeChangeSets(IComponentHandle) still returns the change-set. Shouldnt delivery of a change-set remove it from activeChangeSets? Due to this I am unable to determine if a IResource has been actually delivered or not. Regards, Sri. |
The question has been closed for the following reason: "Problem is not reproducible or outdated" by daviddl Aug 02 '16, 12:46 a.m.
Accepted answer
On Thu, 01 Nov 2007 01:22:20 -0400, Srimanth Gunturi wrote:
Hello, You don't need to call refresh() after deliver, it should update itself. After that calling Delivery of a changeset will remove it from active changesets. Are you sure you are passing it in to deliver in the list? - Dmitry David Lafreniere selected this answer as the correct answer
|