0

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.

machomeautoguy
  • 587
  • 4
  • 19

1 Answers1

0

(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?

Community
  • 1
  • 1
Joshua Nozzi
  • 60,946
  • 14
  • 140
  • 135
  • I don't want to revert to the HEAD - I want to go back to a previous revision. In fact, I haven't made any changes to my local copy, it's identical to the head... – machomeautoguy Mar 22 '12 at 16:29
  • Yep, that's the answer. I have to say though that the stackoverflow search in this case totally missed the mark. I search on those exact tags and don't find the link above in the first 100 results. Any suggestions on making searches here more effective? – machomeautoguy Mar 22 '12 at 19:10
  • Use Google. It's better at searching SO than SO. – Joshua Nozzi Mar 22 '12 at 21:33