Reputation: 407
I have a problem with my svn (hosted on Dreamhost) and my local version. I clicked on "Update button" and Xcode shows me the differences beetwen the local and remote version, with one conflict. I resolved it and the update button became active but if I press it, Xcode doesn't do anything.
Why? :(
Upvotes: 0
Views: 3253
Reputation: 1324278
The SO answer "Xcode Subversion (SCM) Difference between Refresh and Update" should show you how to see what svn command is done behind an XCode "Update".
I suspect that the update has been completed, and any further "Update" will find the local workspace in sync with the remote SVN repo, hence:
Upvotes: 1