EclipseWorkspaceCommitOperation
![]()
Hello,
There was a class in pre-beta3 which was capable of checking in all changes in a component - it would find all changes, and add them to respective changesets.. com.ibm.team.filesystem.rcp.core.operations.EclipseWorkspaceCommitOperation EclipseWorkspaceCommitOperation(IWorkspaceConnection, IComponentHandle, String, CommitDilemmaHandler) I was wondering if this class has been replaced by a utility method, or another class? Regards, Sri. |
One answer
![]()
On Tue, 20 May 2008 13:03:42 -0400, Srimanth Gunturi wrote:
Hello, It was just delegating to NewCheckinOperation which you can just call directly. - Dmitry |