项目视图   The Package Explorer view

- 已忽略版本控制的文件。可以通过Window → Preferences → Team → Ignored Resources.来忽略文件。

A file ignored by version control. You can control
what resources will be ignored by going to Window → Preferences →
Team → Ignored Resources.

 - 未纳入版本控制的文件,一般是新增,尚未提交的文件。

A file not under version control. These are typically
new files that you have not committed to the repository yet.

- 本地重命名或移动到其它目录的文件。

A versioned file that needs to be added to the remote
repository. These are typically files you have either renamed, or
moved to a different directory.

- 本地删除的目录。

A deleted folder. These are folders that you have
deleted locally without yet committing the changes to the
repository. Note that files are usually removed from the view when
they're deleted locally, so they are normally not seen with this
icon.

- 没有任何改动的文件。

A file with no local changes.

- 发生改动,尚未提交的文件。

A file with local, uncommitted changes.

- 处于锁定状态的文件。

A locked file.

- 有冲突没有解决,就更新或提交的文件。

A conflicted file. These are typically files that had
a commit/update conflict that you marked to resolve later.

 -
有目录树冲突的文件。一般在最近一次更新后,资源库上的文件被移动、删除或重命名。

A file that has a tree conflict. These are typically
files that have local changes, but have since been moved, removed,
or renamed in the repository since the last local copy update.


引用外部项目的文件,不能提交到本项目的资源库里。

A file that is external to the project. Linked
external files cannot be committed to the repository.

-
有分支版本的文件。这些文件属于另外一个不同的工作目录而不是属于本地的父目录。

A file that has been switched. These are files which
belongs to a different working copy than their local parent
directory.

  • 迁出 Outgoing view

- 本地有更改的文件。

A file whose contents have been modified and will be
committed to the repository.

- 本地新增的文件。

 A file that will be newly added to
the repository. This may coincide with a file removal in cases
where a file is moved or renamed..

- 本地删除的文件。

A file that will be removed from the repository. This
may coincide with a file addition in cases where a file is moved or
renamed.

- 本地文件属性发生变化了的文件。

A file with property changes, in the Commit dialog.
On the Synchronize tab, property changes are currently reflected as
a normal file modification ().

  • 迁入 Incoming view

- 需要更新的文件。 

A file that has content changes committed to the
repository that will be applied to the local copy.

- 需要迁入的新增文件。

A new file that will be added to the local copy from
the repository. Like the outgoing file addition, this may be the
result of a move or rename.

- 资源库中删除了的文件。

A file that will be removed from the local copy
because it has been removed from the repository. Like the outgoing
file removal, this may be the result of a move or rename.

  • 冲突 Conflict view

- 资源库和本地同时有修改的文件。

A file that has been changed in both the local copy
and repository independently, causing a need for conflict
resolution. Fixing this condition involves opening up the conflict
view or forcibly overwriting changes locally or remotely.

-
远程资源库上已经被重命名或移动、删除的文件。 

A file that has a tree conflict. This can occur when
there are new changes to a file on one end (either local or
remote), and the file is moved, removed, or renamed on the
other.

  • “与资源库同步”选项打开的界面上的一些按钮 Others :

Finally, the Synchronize with Repository option opens the
Synchronize tab () with the following buttons:

-
同步选中的文件,下拉箭头切换不同的远程目录。

Synchronizes the local copy with the currently
selected repository when clicked. Selecting from the drop-down
allows switching between different remote code bases.

- 只显示需要迁入的文件。

Shows only incoming changes (remote → local).

 -
只显示需要提交的文件。

Shows only outgoing changes (local → remote).

-
同时显示需要更新或提交文件。

Shows both incoming and outgoing changes (remote ↔ local).

- 只显示有冲突的文件。

Shows conflicting changes.

- 更新全部文件。

Updates all local resources with incoming changes after prompt.

- 提交全部文件。

Brings up the commit dialog to commit all outgoing changes.

[非原创]eclipse中一些常见svn图标的含义的更多相关文章

  1. eclipse中一些常见svn图标的含义

    项目视图   The Package Explorer view - 已忽略版本控制的文件.可以通过Window → Preferences → Team → Ignored Resources.来忽 ...

  2. Eclipse中Outline里各种图标的含义

    在使用Eclipse或者MyEclipse开发的时候,你一定看到过Outline和Package Explorer中小图标,很多刚刚接触编程的童鞋们可能不会在意它们代表的含义,但如果你花几分钟的时间了 ...

  3. 常见SVN图标的含义

    转自:https://www.cnblogs.com/genhaosan/articles/5129791.html 灰色向右箭头:本地修改过 蓝色向左箭头:SVN上修改过 灰色向右且中间有个加号的箭 ...

  4. Eclipse中如何修改SVN的地址

    在SVN服务端的IP更改后,客户端SVN的连接地址可以在Eclipse中进行修改,方法如下: 首先:在Eclipse中选择Windows-> Show View->others 就会出现[ ...

  5. Svn-如何清除eclipse中保存的svn用户名和密码

    1. 查看你的Eclipse中使用的是什么SVN Interface windows > prefeSence > Team > SVN #SVN Interface 2. 如果是用 ...

  6. Eclipse中安装使用SVN

    参考网址: Eclipse中使用SVN - 流逝的是岁月,沉淀的是经典 - 博客频道 - CSDN.NET http://blog.csdn.net/v123411739/article/detail ...

  7. 关于eclipse中代码与SVN服务器关联问题

    今天开始开发新项目,此项目采用maven搭建,分多个工程,用eclipse的SVN插件检出工程之后只有一个工程,只好用桌面端的SVN工具检出,然后再import导入到eclipse中直接变成了多个工程 ...

  8. Eclipse中不让.svn文件夹一同编译到class中

    开发过程中一直在用SVN做版本控制,使用Eclipse编译文件后,classes文件中总是有.svn的文件夹,在做提交时有时会报错,这些文件没有什么用,而且影响build的速度. 更恼火的是, 如果一 ...

  9. Eclipse中的常见设置

    本文将移到下面的博客维护: 新的博客网址 当新建一个workspace时,习惯做下面的设置: 1. 在eclipse中,默认的Text file encoding是GBK(操作系统是中文简体):如果操 ...

随机推荐

  1. linux 安装python-setuptools

    > wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py > python ez_setup.py --ins ...

  2. MicroERP开发技术分享:技术选型

    为什么要想起开发一个近似一套完整的ERP软件呢,原因有二:一是想在空闲时间把以前的进销存软件丰富一下,结果越搞越大了:二是这些年光搞C#了,不想把VB6忘光了 非微软的东西还真没时间去学,也有主要原因 ...

  3. flex页面刷新实现

    页面刷新:navigateToURL(new URLRequest("javascript:location.reload();"),"_self"); 关闭浏 ...

  4. 黑马程序员——C语言基础 char字符 数组

    Java培训.Android培训.iOS培训..Net培训.期待与您交流! (以下内容是对黑马苹果入学视频的个人知识点总结) (一)char类型 1)存储细节 ASCII单字节表(双字节GBK\GB2 ...

  5. c++ 中的sort用法

    别人写的,我拿来做做笔记 sort函数的用法 做ACM题的时候,排序是一种经常要用到的操作.如果每次都自己写个冒泡之类的O(n^2)排序,不但程序容易超时,而且浪费宝贵的比赛时间,还很有可能写错.ST ...

  6. web 页面上纯js实现按钮倒计数功能

    需求构思:本功能想实现的是,一个按钮在页面载入就显示提醒续费,,,倒数60秒后,完成提醒功能,可以按另外一个页面跳转到主页. 参考网上的大神,实现如下:Button2倒数,Button3跳转,在页面上 ...

  7. opencv+vs2010

    当程序的输出是系统而不是vs2010时 可以使用Ctrl+F5运行 或者使用命令行模式     打开cmd.exe窗口 输入自己工程(项目)所在的盘,比如我放在E盘的,我就输入E:,按回车 输入cd, ...

  8. 为什么 input 元素能用 width 属性

    前几天在是写网页的时候发现input可以设置宽高,很疑惑,上网查了之后发现: 简单的认为 input 就是 inline 元素是片面的.元素默认以何种 display 属性值显示出来,这个其实更多的时 ...

  9. mybatis中的#{}和${}

    #{}:相当于预处理中的占位符?. #{}里面的参数表示接收java输入参数的名称. #{}可以接受HashMap.简单类型.POJO类型的参数. 当接受简单类型的参数时,#{}里面可以是value, ...

  10. 【转】java中volatile关键字的含义

    java中volatile关键字的含义   在java线程并发处理中,有一个关键字volatile的使用目前存在很大的混淆,以为使用这个关键字,在进行多线程并发处理的时候就可以万事大吉. Java语言 ...