Search code examples
svnxcode4revert

How to revert a single file in Xcode 4 using SVN


I'm trying to do what I think is very simple from within Xcode 4: revert to a previous version of a file in the SVN repo. I can see the version I want in the Version Editor. It even has the nice FileMerge like areas showing what's changed. What I can't seem to do is either revert to that version of the file (preferred) or even select the changes in the Version Editor view and have them merged (or unmerged as the case may be) from my current copy.

I really hope I'm just missing some menu item or button or something - this seems like pretty basic functionality…

Thanks.


Solution

  • (Apologies - revert != update to head. Answer amended.)

    Unfortunately, this still applies to the latest version of Xcode 4: Where is the 'Revert' option in Xcode 4's Source Control?