1

I am quite sure there are plenty of resources on how to get back to an older version of a file, like this one, but using the command line, what i want to do is the same but from the Xcode interfaces. Is there any way to do so? thanx in advance.

Community
  • 1
  • 1
Luca
  • 20,399
  • 18
  • 49
  • 70

1 Answers1

0

The only way that I know of is to locate the prior version of the file, copy the contents to the working version, and commit the result. You find all earlier versions using the 'Version Editor' pane, clicking the 'Timeline' icon and then scrolling through the versions (say on the right). Once there select the version you want and copy the content.

GoZoner
  • 67,920
  • 20
  • 95
  • 145