开发者

configuring Subversion in Xcode

开发者 https://www.devze.com 2023-04-06 08:05 出处:网络
I have configured SVN repositories in my XCode,I have imported and checked out well.but how can i 开发者_如何学运维commit and revert files which are in xCode?XCode 4.x:

I have configured SVN repositories in my XCode,I have imported and checked out well.but how can i 开发者_如何学运维commit and revert files which are in xCode?


XCode 4.x:

  • File / Source Control / Commit to get a list of all changed files to commit.
  • For one file go to navigator, right click and select Source Control. There you'll find commit, revert, etc.

XCode 3.26:

  • Menu SCM Commit Entire Project
  • Current file: Commit Changes or Discard Changes but this is only available when your editor pane is split and the file is selected in the list of (changed) files

    configuring  Subversion in Xcode

0

精彩评论

暂无评论...
验证码 换一张
取 消