简体   繁体   English

Xcode 7为SVN ios项目创建分支

[英]Xcode 7 create a branch for SVN ios project

I need to create a branch for SVN project in xcode. 我需要在xcode中为SVN项目创建一个分支。 I need to know what is trunk, tags and branches under xcode working copies configure. 我需要知道什么是xcode工作副本配置下的中继,标签和分支。

How do i create a branch in Xcode editor? 如何在Xcode编辑器中创建分支? or i need to do only in terminal? 或者我只需要在终端上做?

Below is basic understanding for terms you required. 以下是您需要的术语的基本理解。

Trunk : The trunk is a directory where all the main development happens and is usually checked out by developers to work on the project. Trunk :Trunk是一个目录,所有主要开发都在该目录中进行,开发人员通常将其签出以进行项目工作。

Tags : The tags directory is used to store named snapshots of the project. 标签 :tags目录用于存储项目的命名快照。 Tag operation allows to give descriptive and memorable names to specific version in the repository. 标记操作允许为存储库中的特定版本提供描述性和难忘的名称。

For example, LAST_STABLE_CODE_BEFORE_EMAIL_SUPPORT is more memorable than 例如,LAST_STABLE_CODE_BEFORE_EMAIL_SUPPORT比

Repository UUID: 7ceef8cb-3799-40dd-a067-c216ec2e5247 and 储存库UUID:7ceef8cb-3799-40dd-a067-c216ec2e5247和

Revision: 13 修订:13

Branches: Branch operation is used to create another line of development. 分支:分支操作用于创建另一条开发线。 It is useful when you want your development process to fork off into two different directions. 当您希望开发过程分叉到两个不同的方向时,这很有用。 For example, when you release version 5.0, you might want to create a branch so that development of 6.0 features can be kept separate from 5.0 bug-fixes. 例如,当您发布版本5.0时,您可能想要创建一个分支,以便可以将6.0功能的开发与5.0错误修复保持分开。

You could go through this tutorial for all basic concept and branching stuff. 您可以通过本教程学习所有基本概念和分支知识。

Reference Link : 参考链接:

1. SVN tutorial 1. SVN教程
2. Create new branch in SVN 2. 在SVN中创建新分支

/ ----- UPDATE ------ / / -----更新------ /

Below is screenshot for creating new branch via XCode. 以下是通过XCode创建新分支的屏幕截图。

Xcode中的新分支

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

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