2

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?

Community
  • 1
  • 1
Jonathan Vance
  • 434
  • 5
  • 22

1 Answers1

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