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:
Does anyone know its meaning?
Many thanks!
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.