whats the difference between commit & deliver
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
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? |
there are two events being sent in IWorkspaceConnection, 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 No, commit happens all the time, it is how you build up changesets. - Dmitry |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.