loading a workspace using java api instead of using scm load
Accepted answer
You could try using IOperationFactory.instance.getLoadOperation(dilemmaHandler) to get your load operation. You'll have to create your own dilemma handler.
Comments
1 vote