0

在此处输入图像描述

我正在尝试构建具有很多项目的 Eclipse 源代码。我发现有些项目显示“>”标记。这个是来做什么的?

4

2 回答 2

1

It's probably a text decoration from the CVS or SVN (or other) team support, which indicates an outgoing change: there is at least one file in the project that has been modified since the last CVS/SVN update.

Go to Preferences and type "Label decoration" in the filter box to show where these decorations might come from.

于 2012-12-01T15:48:10.413 回答
1

> means it is dirty.

As it says in in git submodules explained

Versions 1.7.0 and later of git contain an annoying change in the behavior of git submodule.
Submodules are now regarded as dirty if they have any modified files or untracked files, whereas previously it would only be the case if HEAD in the submodule pointed to the wrong commit.

Here is some extra information on what each of the icons mean:

enter image description here

于 2012-12-01T15:48:25.460 回答