iOS开发关于xcode中souceControl的苹果文档翻译(节选)
Subversion 1.7 provides many benefits:
svn1.7版本有以下好处:
Improved performance. Increased speed for many common source control operations, most notably a significant increase in checkout speed.//改良性能 使souce control的各项操作速度提高,更显著地是提高了co的速度
Blame for modified files. With Subversion 1.7, you can provide blame annotations for files modified locally. Previously this was only possible when using Git.//修改文件的责任 svn1.7 你可以添加注释来修改文件的局部,以前这只能发生在git中
Blame for line. View just the blame for a specific line in a files as opposed to seeing all of the blame for an existing file.//定位到行:查看到特定的行而不是去责怪所有的文件
Command-line integration. Only Subversion 1.7 commands are accessible through the command line.//可以使用命令行操作通过
Improved file organization. Subversion 1.7 provides a cleaner file structure by centralizing the Subversion metadata. Instead of having
.svn
files inside each directory of a checkout, there is now just a single.svn
file in the root of a checked out directory.//改进了文件组织通过集中Subversion的元数据清洁文件结构 ,下载svn中每个目录中的文件,暂时不翻译这个了 呵呵
Setting Source Control Management Preferences //设置源控制管理选项
In Xcode, choose Xcode > Preferences, and select Source Control.//选择xcode 选择preference 然后学则source control
In the pane that appears, deselect Enable Source Control.//在出现的可选视图中 ,取消启用souce control
Disabling source control turns off all source control management features within Xcode.//禁用source contorl 关闭source Control的所有功能在xcode中
You can disable automatic source control management on a feature-by-feature basis by deselecting the relevant option or options:
Refresh local status automatically. Automatically updates the status of your local working copies 自动更新你的工作副本的状太
Refresh server status automatically. Automatically updates the status of the files in the repository (Subversion Only).更新服务器中存储的文件状态
Add and remove files automatically. Automatically adds files to the repository upon being added locally //自动添加或删除文件
Checking Out or Cloning a Repository//co 或复制仓储
Check out a repository to create a copy on your local system.
Choose Source Control > Check Out. 选择 source Control 选择 check out
Select the repository you want to check out, and click Next. 选择你想下载的仓储 ,然后点击
You can select your repository from the Repositories tab, the Favorites tab, or the Recents tab. If you know the location of the repository you want to check out, you can also enter the address manually.
If Xcode is unable to automatically identify the trunk and branches, use the browser window to select the correct project location, and click Next.如果xcode不能自动识别主干和分支 用浏览器去选择正确的位置 和单击下一步
In the Checkout window, select the branches and working copies to check out, and click Next.
You will be presented only with the necessary options for your repository. If your project contains only one working copy, you will only have to select the branch to checkout. If your project doesn’t contain branches, you will only be given an option of working copies to checkout. If you project is a single working copy with no branches, this dialog will be skipped entirely.
Select the location to store the working copy, and click Check Out. 选择位置去储存你要拷贝的文件,单击下一步
By abstracting common repository operations, Xcode supports both Git and Subversion (SVN) repositories with a single, unified graphical user interface and workflow. This single operation either checks out (when you are using SVN) or clones (when you are using Git) the repository and integrates it with your project.
An SVN checkout operation does not create a local repository. You must have a network connection to the repository server to be able to commit changes.
iOS开发关于xcode中souceControl的苹果文档翻译(节选)的更多相关文章
- iOS开发之动画中的时间(概况)
一.引言 在iOS开发中使用动画时,可以通过设置动画的duration.speed.begintime.offset属性,来设置动画的时长.速度.起始时间及起始偏移. 用一个简单的例子来说明各个参数的 ...
- IOS开发 统计XCODE 代码行数
如果要统计ios开发代码,包括头文件的,终端命令进入项目目录下,命令如下 find . -name "*.m" -or -name "*.h" -or -nam ...
- (转)iOS 开发,工程中混合使用 ARC 和非ARC
[前提知识] ARC:Automatic Reference Counting,自动引用计数 在开发 iOS 3 以及之前的版本的项目时我们要自己负责使用引用计数来管理内存,比如要手动 retain. ...
- iOS 开发,工程中混合使用 ARC 和非ARC(转)
[前提知识] ARC:Automatic Reference Counting,自动引用计数 在开发 iOS 3 以及之前的版本的项目时我们要自己负责使用引用计数来管理内存,比如要手动 retain. ...
- IOS开发实战-Xcode创建HelloWorld项目
一.创建工程打开Xcode开发工具,在Welcome界面选择”Create a new Xcode project”选项 在选择模板窗口,选择”Single View Application” 确定模 ...
- 【汇总】iOS开发及Xcode使用中遇到的一些报错问题汇总
这里整合下在开发过程中遇到过的一些报错问题和解决办法:(今天开始逐渐增加) Xcode编译错误集锦:http://www.cnblogs.com/ios-wmm/p/3402261.html ...
- iOS开发工具Xcode:Interface Builder
简介: Interface Builder(IB)是Mac OS X平台下用于设计和测试用户界面(GUI)的应用程序(非开源).为了生成GUI,IB并不是必需的,实际上Mac OS X下所有的用户界面 ...
- iOS开发-修改UITableViewCell中image和title的位置和大小
最近在开发中遇到需要Cell中imageView和textLable位置和大小的情况,设计希望得到的结果如下图所示: 而TableViewCell默认样式,image是靠紧左边的,并且image和ti ...
- iOS开发--从TQRichTextViewDemo中学会分析project
下载地址: http://code4app.com/ios/TQRichTextView/5244fe9c6803fa0862000000 1.首先找到AppDelegate类.不管一个project ...
随机推荐
- 【APEX初步】【2】【sObjects与数据库】
由于apex是与数据库集成的.我们可以直接用apex访问数据库.每条记录就是一个SObject对象
- CodeForces 749D Leaving Auction
二分查找,$set$. 对于某一次询问,如果把人删光了,那么输出$0$ $0$. 如果只剩下$1$个人,那么输出那个人喊的最低价格. 如果剩下的人数有大于等于两个, 这时最底下出现的情景必然是红色部分 ...
- Prefix the choice with ! to persist it to bower.json ? Answer (问你选择哪个1,2,3.........)
Unable to find a suitable version for underscore, please choose one by typing on e of the numbers be ...
- Google Daydream 在中国的第一次演讲摘录
从 PC.手机到 VR/AR,计算机平台正在迁移,而在这个过程中,与用户使用体验息息相关的「人机交互方式」也将不可避免的发生变化.作为这几波浪潮的弄潮儿,Google 怎么看这种人机交互方式的演进? ...
- Attribute value is quoted with " which must be escaped when used within the value 问题解决
访问JSP时,报错:Attribute value is quoted with " which must be escaped when used within the value .相信 ...
- android中edittext被键盘挡住问题
最近开始新项目,做注册页时候由于ui布局问题,edittext被键盘挡住了. 在stackoverflow上找了一遍,有提到在对应activity中设置windowSoftInputMode, 例如: ...
- html+css基础篇
2016年11月19号,计划把基础在看一下,听大神说好的东西就要多看几遍,知识是学来用的解决问题的,加油 接下来的是我在自学中的小笔记吧,每天都在保持几个小时的学习思考状态,由于要升本所以学前端的时间 ...
- Chapter 21_4 捕获
捕获功能在很多地方都在使用,就是从目标字符串中抽出匹配于该模式的内容,在指定捕获时,应将模式中需要捕获的部分写到一对圆括号内. 对于具有捕获的模式,函数match会将所有捕获到的值作为单独的结果返回. ...
- sql 查询表共多少列
1.oracle: select count(*) from user_tab_cols where table_name='表名';--表名含英文的话应为英文大写字母 2.mysql: select ...
- String使用拼接对性能的影响和原因。
需要频繁的拼接String的时候,使用\'+\'拼接会影响性能,应该用StringBuilder或者StringBuffer的append反方法来拼接,从执行速度上来讲:StringBuilder & ...