eclipse中svn的各种图标详解
参考: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的各种图标详解的更多相关文章
- Eclipse中使用javap运行配置详解
javap是sun提供的对class文件进行反编译的工具 1.配置Run---external tools---external tools configurations 选择Program 新建ja ...
- NO.1 在Eclipse中安装Maven插件安装详解
前言 本来是没打算写博客的,作为一个13年毕业的菜鸟,自认为水平太渣写不出什么好文章,但是前些日子看到一篇鼓励性质的文章说,技术人员的成长靠的就是点点滴滴的积累,博客内容不一定包含多么高深的内容,但是 ...
- 求eclipse中的java build path 详解
我也找了一下资料,但未找到相关的正式说明,我只能凭经验告诉你. 1,Source是指资源的路径.例如在没有包含res之前,资源是放在与src同级位置,或者通过/res/*.*来操作的.2,Projec ...
- SVN中tag branch trunk用法详解
SVN中tag branch trunk用法详解 2010-05-24 18:32 佚名 字号:T | T 本文向大家简单介绍一下SVN中tag branch trunk用法,SVN中tag bran ...
- 【技术贴】解决Eclipse中SVN图标不显示
在用Eclipse做开发的时候,用到了svn版本控制器,这天当我打开Eclipse的时候,发现项目里面的所有文件前的版本号以及状态图标都不显示了,即所有的svn图标不显示了,这是怎么回事,关掉Ecli ...
- eclipse中svn插件的安装与使用
eclipse中svn插件的安装与使用 一. eclipse中svn插件的安装 eclipse里安装SVN插件,一般来说,有两种方式: 直接下载SVN插件,将其解压到eclipse的对应目录里 ...
- 提高Java代码质量的Eclipse插件之Checkstyle的使用详解
提高Java代码质量的Eclipse插件之Checkstyle的使用详解 CheckStyle是SourceForge下的一个项目,提供了一个帮助JAVA开发人员遵守某些编码规范的工具.它能够自动化代 ...
- svn冲突问题详解 SVN版本冲突解决详解
svn冲突问题详解 SVN版本冲突解决详解 (摘自西西软件园,原文链接http://www.cr173.com/html/46224_1.html) 解决版本冲突的命令.在冲突解决之后,需要使用svn ...
- iOS开发——开发实战篇&版本控制SVN和Git使用详解
版本控制SVN和Git使用详解 公司的实际开发中,在天朝使用较多的还是SVN,因为SVN是集中式的,在天朝上班你们都懂的! -----------------svn--------- ...
随机推荐
- Linux下用户-组权限配置
cat /etc/group cat /etc/ashadow 一.用户管理 1.添加用户 #useradd 用户名 useradd php100;用cat /etc/passwd查看 分析:php1 ...
- Git Git管理码云项目
Git 一.下载安装 1. 要使用git 先安转git 请到官网下载最新git https://git-scm.com/downloads 2. 一路默认安装,安装完成右键查看下是否有Git. 二 ...
- Kali 和 Centos、Windows三系统的安装事项!
过年了,想在硬盘上直接装Kali Linux,就不用每次插U盘进LiveCD了,但是安装过程真的是!!What fucking word I can say!! 先是分区问题,ntfs有四个分区,其中 ...
- python selenium 自动化流程的一些总结与思考
首先要考虑的项目为什么要做自动化测试?(主要从自动化测试的优点着手) 其次是什么项目才适合做自动化测试? 自动化测试覆盖率要达到什么样的程度?因为都知道不可能达到100%的,不然脚本太臃肿,反而会失去 ...
- 2019山东省ACM省赛菜鸡的赛后总结
省赛总结 2019-05-13 21:27:40 虽然第一次就死的这么难看,但是的确发现了很多问题,我想这是未来我和我的队友要解决的,而不是去难过,去感慨自己是有多菜.在大一训练结束马上参加暑假集训的 ...
- cesium清除选定事件
cesium清除选定事件 此处的案例不一定适合你的项目,但可以给你一个思路.清除选定,就是还原你选中之前的状态.比如你点击一个面高亮,面的颜色发生改变:并且会弹出一个divPoint框.此时的清除选定 ...
- 搭建RAID10(5块硬盘)过程并模拟其中一块硬盘损坏
首先:RAID 10,实际是将RAID 0和RAID 1标准结合的产物,在连续地以位或字节为单位分割数据并且并行读/写多个磁盘的同时,为每一块磁盘作磁盘镜像进行冗余.它的优点是同时拥有RAID 0的超 ...
- [Java Performance] 线程及同步的性能之线程池/ThreadPoolExecutors/ForkJoinPool
线程池和ThreadPoolExecutors 虽然在程序中可以直接使用Thread类型来进行线程操作,但是更多的情况是使用线程池,尤其是在Java EE应用服务器中,一般会使用若干个线程池来处理 ...
- Zookeeper 集群的安装及高可用性验证已完成!
安装包 kafka_2.12-0.10.2.0.tgz zookeeper-3.3.5.tar.gz Java 环境 Zookeeper 和 Kafka 的运行都需要 Java 环境,Kafka 默认 ...
- 深入Linux内核架构 - 内核之中数据结构之间的关系图 & 设备驱动程序(转)
内核之中数据结构之间的关系图 设备驱动程序