2

I know all meanings of the rest of SCM status in the project navigator by the Xcode4 reference Managing Versions of Your Project

But what is this?

enter image description here

I've got folder and files from co-worker and included it into my project as 'Create folder references for any added folders' like below.

enter image description here

and it worked well.

But after putting this folder to my project, there came up wave icon [~] on the navigator and I couldn't upload or commit this folder and below files in it. It tells me that

enter image description here

and nothings go forward.

I searched many sites include apple forum but all the results are only about [M],[U],[A],[D],[I],[R],[-],[?] except for [~]. So I really want to know this and the way I can upload or commit this 'include' folder.

Matthias Bauch
  • 89,811
  • 20
  • 225
  • 247
mongkoon
  • 55
  • 4

1 Answers1

0

I assume it is under Subversion control. Then look at svn status manual for "~".

Item is versioned as one kind of object (file, directory, link), but has been replaced by a different kind of object.

jacekmigacz
  • 789
  • 12
  • 22