SCM APIs - some more questions
What are the APIs for:
(1) Given a org.eclipse.core.resources.IFile handle or IProject, how can I determine programmablly that it is shared, and under which connected repositories?
(2) What are the hooks for adding listeners to changes in the source control file system, e.g,
(a) Listen to log-in and log-out changes, and connected repository changes
(b) listen to new stream and component changes
(c) Listeners for lock and unlock actions
Please also refer to my previous post: https://jazz.net/forum/questions/83178/scm-apis-use-auto-lock-to-imitate-reserved-check-out. The answers I received for this previous post worked out very well, thanks!