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?
Asked
Active
Viewed 1,269 times
2
-
It possibly means that the file is conflicted. – adarshr May 31 '12 at 15:17
-
That would be a new module or directory that was attached to Subversion version control, then deleted before a commit. Not a good idea. – Gilbert Le Blanc May 31 '12 at 15:18
1 Answers
1
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.

Jeremy Goodell
- 18,225
- 5
- 35
- 52