.xcodeproj does not get committed with XCode's SCM Tool

Posted by Dimitris on Stack Overflow See other posts from Stack Overflow or by Dimitris
Published on 2009-05-07T09:18:41Z Indexed on 2010/03/27 23:23 UTC
Read the original article Hit count: 556

Filed under:
|
|
|
|

I am using the SCM Tools embedded in XCode to manage my app's versioning.

I have created an iPhone app and I have added/committed it to the Subversion server but the .xcodeproj file won't upload (all the class files, resources etc are there)! I don't even get the option to "Add to Repository". Sometimes it gets an "A" (add) next to it under the "SCM" column but still, the next time I commit changes or commit entire project it still doesn't upload and show up on the server. As a result my team can't get and run the project.

Is there a way to so something (other than just use the terminal or Versions)?

Thank you.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about xcode