How can i get the "my repository workspace" programmatically with plain java API
![]()
I am able to find the project area,stream and component with the help of IWorkspaceManager but not able to find the my repository workspace.
I have to do few operation with the following parameters ITeamRepository repo, IWorkspaceHandle workspace, IComponentHandle component, String sandboxLocation_CanBeNullIfRunningFromWithinEclipseRTC |