svneclipse-pluginjboss-developer-studio

Unknown icon using Jboss Studio + svn


I'm using Jboss Studio + the SVN plugin. This morning I compared a local java package with a previous revision. I noticed this unknown icon: enter image description here

Does anyone know its meaning?

Many thanks!


Solution

  • The icon means that there are incoming changes to this file. I.e. when you run svn update the file will get some changes from the repository.

    It's an analog of svn status --show-updates that will show an asterisk * in case there are incoming changes:

    '*' A newer revision of the item exists on the server.