How to load the repository workspace using load rule programatically??
One answer
You have to do the following
1) ILoadRuleFactory.getLoadRule(...)
2) ILoadRule2.getLoadOp(...)
3) ILoadOperation.run()
You could also use the scm command line to load using the load rule by running "scm load <workspace> --remote-rules <loadrulefile> or --local-rules <loadrulefile>". Run "scm help load" for more information.