简体   繁体   中英

configuring Subversion in Xcode

我已经在我的XCode中配置了SVN存储库,我已经导入并检查好了。但是我如何提交和还原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 在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM