Friday, April 22, 2011

How to See SCM Modified files in Xcode

Once Xcode is set up with a SCM  (SVN or CVS) you may be wondering how to see which files are locally modified.  To do this, right click on the top left navigation of the Xcode window where it says "Groups & Files".  Then select SCM.  Once this is done, a "M" will appear on the left side of your modified files.  If you haven't set up Xcode with an SCM yet, check out this tutorial:  http://blog.mugunthkumar.com/coding/setting-up-xcode-3-0-with-svn/

1 comment:

  1. Hm this didn't work for my setup (XCode 3.2.6).

    Expand the SCM group, under Groups and Files, and you should see a liist of modified/unversioned files. Right click on a file and you should get options to commit/compare.

    ReplyDelete