Domanda

Mysterious icon I sometimes see this icon in Eclipse when synchronizing repositories. It usually means that there will be some trouble as it doesn't want to disappear. I think it appears when Eclipse automatically builds a project while SVN is synchronizing. What does it mean? How does it differ from a blank blue arrow?

Edit: I asked on the Eclipse forum but nobody seems either to know or to bother writing an answer. I have no idea where in the huge source code of Eclipse and the various extensions resides the code that handles showing these icons. I would therefore be grateful if someone could point me in the right direction so I can investigate further.

È stato utile?

Soluzione

It's been some times since last post but I answer anyway.

the usual "white symbols" are :

  • blank : item has been modified
  • plus : item is scheduled for addition
  • minus : item is scheduled for deletion

The white arrow symbol means that the item has been replaced which means the file was scheduled for deletion and a new file with the same name was scheduled for addition in its place.

It corresponds to the SVN status letter R.

Hope this helps!

Nicolas

Altri suggerimenti

I believe its an incoming change from the repository.

I found this in another question: Incoming

First A file that has content changes committed to the repository that will be applied to the local copy.

Second A new file that will be added to the local copy from the repository. Like the outgoing file addition, this may be the result of a move or rename.

Third A file that will be removed from the local copy because it has been removed from the repository. Like the outgoing file removal, this may be the result of a move or rename.

I think its the third one although I dont see the arrow.

icon means

An incoming deletion icon means, that this resource was deleted from a repository location, but it's still contained in the local copy. It will be deleted from the local copy after update.

On the reference link below, there isn't exactly same icon i.e. with a folder+ arrow. Description for the overlay icons are given which signify the same icon above.

Screenshot for reference:

enter image description here

Reference link for eclipse svn icon set

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top