Eclipse Juno / MyLyn does not display change sets in sync mode

I'm new to MyLyn and I really want to use the automatic change set management feature. So what I did, I shared the project through git, then create a new task, activate it, make some changes, open the synchronized view and synchronize. Now I have to be able to see my shifts, right? But the drop-down menu button, which allows me to select the "Change sets" mode, shows only "All models", "Workspace", "Java workspace", "Git commits." There is no option "Change sets".

By the way, I switched the change sets in the settings / models of synchronization. So what did I miss here? thanks.

+1
source share
1 answer

First try using Team-> Synchronize Workspace from the project’s context menu, which is easier to make sure that you are really showing the changes.

If this does not make any difference, you may not need the Mylyn connector for git. Mylyn itself monitors your actions, but to work with egit (or subversion or ...) you also need to install the "Connector of Mylyn: git versions" and, possibly, "Mylyn context context: command support".

Mylyn (Juno) update site http://download.eclipse.org/mylyn/releases/juno .

+1
source

All Articles