I could select individual file when ‘update’ in SVN project in Xcode 4.3.
I could review which files were changed and committed.
But after I upgraded Xcode to 4.4, when I click ‘File > Source Control > Update’ from menu bar or click ‘Update’ in Organizer, no updated files list comes out and just tiny updating slide comes down.
It updates whole changed files without my selection.
I know I can update specific file by right clicking it and select ‘Source Control > Update Selected Files’ but I want to review the whole changed files in one window like before Xcode 4.4.
How can I do it?
Thank you.
It looks like you want to do “Update…” instead of “Update”.
You can get that to show up under File–>Source Control and holding down the control key.
It looks like in XCode 4.4. the default source control options have been switched around as follows:
Xcode 4.4+ – default = “Update“
“Update” (Cmd+Opt+X) – Silently updates all files unless there is a merge conflict that needs to be manually corrected
“Update…” (Ctrl+Cmd+Opt+X) – Updates all files allowing you to verify/merge updated files
Xcode 4.3 – default = “Update…“
“Update…” (Ctrl+Cmd+Opt+X) – Updates all files allowing you to verify/merge updated files
“Update All” (Cmd+Opt+X) – Silently updates all files unless there is a merge conflict that needs to be manually corrected