Xcode存储库指标含义 [英] Xcode repository indicators meanings

查看:125
本文介绍了Xcode存储库指标含义的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道这些快捷方式的含义是什么,因为我已经可以弄清楚快捷方式对它来说不是正确的词,我甚至不知道谷歌是什么,所以我只会在这里提出一个问题。

I wonder what these shortcuts mean and since I already can figure out that "shortcut" is not the right word for it, I don't even know what to google so I'll just strike a question here.

这是截图:

Here's the screenshot:

那么,M,A,是什么?和所有其他快捷方式完全相同?

So, what does M, A, ? and all other shortcuts mean exactly ?

推荐答案

来自这个问题:

U :工作文件已更新

G :回购的变化自动合并到工作副本中

G: Changes on the repo were automatically merged into the working copy

M :工作副本已修改

C :此文件与repo中的版本冲突

C: This file conflicts with the version in the repo

:此文件不受版本控制

?: This file is not under version control

:此文件受版本控制,但缺失或不完整

!: This file is under version control but is missing or incomplete

A :此文件将添加到版本控制中(提交后) )

A: This file will be added to version control (after commit)

A + :此文件将被移动(提交后)

A+: This file will be moved (after commit)

D :此文件将被删除(提交后)

D: This file will be deleted (after commit)

S :这表示文件或目录已从工作副本的其余部分(使用svn开关)切换到分支

S: This signifies that the file or directory has been switched from the path of the rest of the working copy (using svn switch) to a branch

:忽略

X :外部定义

:类型已更改

R :项目已替换为您的工作副本。这意味着该文件已安排删除,然后计划在其位置添加具有相同名称的新文件。

R: Item has been replaced in your working copy. This means the file was scheduled for deletion, and then a new file with the same name was scheduled for addition in its place.

L :商品已被锁定

E :商品已存在,因为它本来是由svn更新创建的。

E: Item existed, as it would have been created, by an svn update.

请注意,这些是SVN状态代码,其中一些不适用于XCode,因为@Zaph在注释中指出。无论如何,我认为最常用的都包含在此链接中,并且在xCode中也有效。

Note that these are SVN status codes and some of them do NOT apply to XCode as @Zaph pointed in comments. Anyway I think most used are included in this link and are valid in xCode too.

这篇关于Xcode存储库指标含义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆