com.ibm.team.filesystem.client.operations.OutOfSyncDilemmaHandler.outOfSync
I am trying to get a callback when accept operation hits "out of sync" scenario. I thought that the method mentioned above is called in such scenario. It seems that it does not. Here is the scenario which causes "out of sync" during accept:
Consider an incoming change-set with renamed folder.
Open a command line and change directory to the renamed folder.
Try to accept the change-set. You will get exception about failure to rename the folder and the workspace will become out of sync. The exception which is thrown is FileSystemStatusException. I tried to debug the handling of it, it seems that the callback mentioned above is not called.
Is it the correct behavior ? Is there any other callback which is called under WorkspaceUpdateDilemmaHandler when workspace becomes out of sync during accept ?
Thanks :-)