Is it possible to add the Team options for SVN repository access to a custom context menu on a custom view? If so, how?
I have tried
<menuContribution locationURI="popup:my.view.ID#PopupMenu">
<menu id="team.main" label="Team">
<separator name="group1" visible="false"/>
<separator name="group2" visible="false"/>
<separator name="group3" visible="false"/>
</menu>
in my plugin.xml, but only an EGit menu popped up once with grayed items when the mouse hovered over them.