Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mikezang

macrumors 6502a
Original poster
May 22, 2010
938
41
Tokyo, Japan
I found there is a undefined SCM status in my project, does anyone tell me what it does mean and why happened? Then what can I avoid such miss and solve it? Thanks a lot.
 

Attachments

  • SnapShot 2010-12-07 at 19.35.53.jpg
    SnapShot 2010-12-07 at 19.35.53.jpg
    158.8 KB · Views: 168
  • 12.JPG
    12.JPG
    13.6 KB · Views: 212
Last edited:
'?' is an item that is not under source control and '!' is an item that is under source control but the file is missing (deleted/moved/etc). Judging from the fact that you have two files with the same name where one has '?' and the other is '!', it looks like you probably moved the files around. You can resolve it by either delete the missing one and add the one not under version control or just move the files back.
 
'?' is an item that is not under source control and '!' is an item that is under source control but the file is missing (deleted/moved/etc). Judging from the fact that you have two files with the same name where one has '?' and the other is '!', it looks like you probably moved the files around. You can resolve it by either delete the missing one and add the one not under version control or just move the files back.
Thanks for your explanation.

In fact, I got error when compile with original png files, I thought I have to put those files onto top of project folder, so that I move them from original folder to new folder, at last, the "!" is displayed.

You can resolve it by either delete the missing one and add the one not under version control or just move the files back.
Which way is easy to and better?
 
Last edited by a moderator:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.