Jonathan Vance
Jonathan Vance

Reputation: 444

What does the blue arrow with red x icon in Subclipse mean?

There is a very good answer to a more general version of my question HERE but I am seeing a blue arrow (file that has content changes committed to the repository that will be applied to the local copy.) with a RED X over it. What does that mean?

Upvotes: 2

Views: 1300

Answers (1)

Jeremy Goodell
Jeremy Goodell

Reputation: 18952

The red X means the file is marked for delete. Note that the red x will sometimes appear (somewhat confusingly) on a file which has been simply renamed, or a file which was replaced. But typically the source control system (in my case perforce) handles it all correctly when you sync and submit.

Upvotes: 1

Related Questions