参考:http://blog.sina.com.cn/s/blog_637810b101018xw0.html

- 已忽略版本控制的文件。可以通过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中使用javap运行配置详解

    javap是sun提供的对class文件进行反编译的工具 1.配置Run---external tools---external tools configurations 选择Program 新建ja ...

  2. NO.1 在Eclipse中安装Maven插件安装详解

    前言 本来是没打算写博客的,作为一个13年毕业的菜鸟,自认为水平太渣写不出什么好文章,但是前些日子看到一篇鼓励性质的文章说,技术人员的成长靠的就是点点滴滴的积累,博客内容不一定包含多么高深的内容,但是 ...

  3. 求eclipse中的java build path 详解

    我也找了一下资料,但未找到相关的正式说明,我只能凭经验告诉你. 1,Source是指资源的路径.例如在没有包含res之前,资源是放在与src同级位置,或者通过/res/*.*来操作的.2,Projec ...

  4. SVN中tag branch trunk用法详解

    SVN中tag branch trunk用法详解 2010-05-24 18:32 佚名 字号:T | T 本文向大家简单介绍一下SVN中tag branch trunk用法,SVN中tag bran ...

  5. 【技术贴】解决Eclipse中SVN图标不显示

    在用Eclipse做开发的时候,用到了svn版本控制器,这天当我打开Eclipse的时候,发现项目里面的所有文件前的版本号以及状态图标都不显示了,即所有的svn图标不显示了,这是怎么回事,关掉Ecli ...

  6. eclipse中svn插件的安装与使用

    eclipse中svn插件的安装与使用 一.    eclipse中svn插件的安装 eclipse里安装SVN插件,一般来说,有两种方式: 直接下载SVN插件,将其解压到eclipse的对应目录里 ...

  7. 提高Java代码质量的Eclipse插件之Checkstyle的使用详解

    提高Java代码质量的Eclipse插件之Checkstyle的使用详解 CheckStyle是SourceForge下的一个项目,提供了一个帮助JAVA开发人员遵守某些编码规范的工具.它能够自动化代 ...

  8. svn冲突问题详解 SVN版本冲突解决详解

    svn冲突问题详解 SVN版本冲突解决详解 (摘自西西软件园,原文链接http://www.cr173.com/html/46224_1.html) 解决版本冲突的命令.在冲突解决之后,需要使用svn ...

  9. iOS开发——开发实战篇&版本控制SVN和Git使用详解

     版本控制SVN和Git使用详解     公司的实际开发中,在天朝使用较多的还是SVN,因为SVN是集中式的,在天朝上班你们都懂的!     -----------------svn--------- ...

随机推荐

  1. 大碗宽面Beta迭代阶段第十二周会议记录

    本周一晚上我们在熟悉的宿舍楼一楼大厅进行了本周的小组会议. 对于上周的任务,前端的同学修改统一了导航栏和footer,在课程评价界面中添加了“添加评论”功能,其中含有,是否修改过该课程的单选框,评论, ...

  2. java并发编程笔记(五)——线程安全策略

    java并发编程笔记(五)--线程安全策略 不可变得对象 不可变对象需要满足的条件 对象创建以后其状态就不能修改 对象所有的域都是final类型 对象是正确创建的(在对象创建期间,this引用没有逸出 ...

  3. 93、R语言教程详解

    加载数据 > w<-read.table("test.prn",header = T) > w X.. X...1 1 A 2 2 B 3 3 C 5 4 D 5 ...

  4. Linux安装Oracle 10g

    目录 目录 环境 RHEL6 Configuration Update JDK 配置Oracle安装环境 硬件检测 软件检测 编辑配置文件 安装Oracle Database 环境 系统 RHEL6 ...

  5. angular.js实现二级tab切换

    <div class="guide-type"> <h3 ng-class="{true:'active', false:''}[tab == 'pc' ...

  6. 2019牛客多校第⑨场H Cutting Bamboos(主席树+二分)

    原题:https://ac.nowcoder.com/acm/contest/889/H 题意: 给你一些竹子,q个询问,问你从第l到第r个竹子,如果你要用y次砍完它,并且每次砍下来的长度是相同的,问 ...

  7. java 并发——CountDownLatch

    java 并发--CountDownLatch 简介 public class CountDownLatch { private final Sync sync; private static fin ...

  8. docker stack利用secrets启动wordpress

    docker-compose文件 version: '3.1' services: web: image: wordpress ports: - : secrets: - my-pw environm ...

  9. docker容器之间的通信

    容器之间互通 新建两个容器 docker run -d --name box1 busybox /bin/sh -c "while true;do sleep 3600;done" ...

  10. 将rdlc报表作为资源嵌套使用

    原文:将rdlc报表作为资源嵌套使用 如果我们准备在Windows Forms里面使用rdlc报表,那么会遇到一个问题:rdlc报表到底要不要作为附属文件的方式随程序发布? 这样做的优点是:报表可以后 ...