It's all about the answers!

Ask a question

whats the difference between commit & deliver


Jingwen Ou (5610) | asked Aug 27 '08, 6:39 p.m.
there are two events being sent in IWorkspaceConnection, ICommitEvent.COMMIT and IChangeHisotryEvent.DELIVER. Whatexactly is the difference? Normally I can only see the deliver event

2 answers



permanent link
Dmitry Karasik (1.8k11) | answered Aug 28 '08, 5:40 a.m.
JAZZ DEVELOPER
there are two events being sent in IWorkspaceConnection,
ICommitEvent.COMMIT and IChangeHisotryEvent.DELIVER. Whatexactly is the
difference? Normally I can only see the deliver event

Commit means changes were committed to a changeset in that workspace.
Deliver means a set of changesets/baselines have been delivered to
another workspace.

Is it possible that the COMMIT event will only be sent when I am
connecting to CVS/SVN, as described here:
https://jazz.net/learn/LearnItem.jsp?href=content/docs/source-control/
faq/index.html?


No, commit happens all the time, it is how you build up changesets.

- Dmitry

permanent link
Jingwen Ou (5610) | answered Aug 27 '08, 7:02 p.m.
there are two events being sent in IWorkspaceConnection, ICommitEvent.COMMIT and IChangeHisotryEvent.DELIVER. Whatexactly is the difference? Normally I can only see the deliver event


Is it possible that the COMMIT event will only be sent when I am connecting to CVS/SVN, as described here: https://jazz.net/learn/LearnItem.jsp?href=content/docs/source-control/faq/index.html?

Your answer


Register or to post your answer.