Where is the 'Revert' option in Xcode 4's Source Control?

后端 未结 4 629
我寻月下人不归
我寻月下人不归 2020-12-19 04:44

I\'m using SVN in Xcode 4 as my source control; but can\'t see any option to revert to an older revision? Either a \'revert\' or an \'update to revision\' command? The \'Upd

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-19 04:56

    Unfortunately the SCM functionality in 4.0 is fairly limited. You can commit, switch branches, branch/merge, diff previous versions, update to HEAD, but you can't revert.

    We all expect this to get better in successive updates but it does seem like a rather silly omission. The Time-Machine-like diff version picker seems the perfect place to put the UI, so I'd expect it to appear there when it's finally supported.

提交回复
热议问题