简体   繁体   English

在Xcode中配置Subversion

[英]configuring Subversion in Xcode

我已经在我的XCode中配置了SVN存储库,我已经导入并检查好了。但是我如何提交和还原xCode中的文件?

XCode 4.x: 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: XCode 3.26:

  • Menu SCM Commit Entire Project 菜单SCM 提交整个项目
  • 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 当前文件: 提交更改放弃更改但这仅在拆分编辑器窗格并在(已更改)文件列表中选择文件时可用 在此输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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