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--------- ...
随机推荐
- Gson extend 思路
package org.rx.core.internal; import com.google.gson.*; import net.sf.cglib.proxy.Enhancer; import n ...
- Mac-VScode
1) 安装 xcode. 打开App Store,搜索xcode,进行下载安装. 2)执行命令: xcode-select --install 3)安装VS Code https://code.vis ...
- Pandas DataFrame操作
DataFrame的创建 >>> import pandas as pd >>> from pandas import DataFrame #define a di ...
- 慎用margin系列2---ie6双倍边距问题
IE6下有一个著名的margin双倍bug 一.什么是双边距Bug? 先来看图: 我们要让绿色盒模型在蓝色盒模型之内向左浮动,并且距蓝色盒模型左侧100像素.这个例子很常见,比如在网页布局中,侧边栏靠 ...
- uoj#186 【UR #13】Yist
题目 orz myy 首先注意到答案有单调性,于是我们可以考虑二分一个\(x\),之后去判断一下每次只使用长度为\(x\)的区间能否删出目标序列 显然我们应该贪心地删除需要删除元素中最小的那一个,感性 ...
- Python之switch
首先声明,Python没有switch!!! 通过函数与字典的结合实现 #!/usr/bin/python #coding:utf-8 from __future__ import division ...
- 聊聊redis实际运用及骚操作
前言 聊起 redis 咱们大部分后端猿应该都不陌生,或多或少都用过.甚至大部分前端猿都知道. 数据结构: string. hash. list. set (无序集合). setsorted(有序集合 ...
- layout(布局)组件
一.依赖于 Panel(面 板)组件和 resizable(调整大小)组件. 二.class加载方式 <div id="box" class="easyui- ...
- WPF textbox 鼠标滚动更新日期,text文本值更改
/// <summary> /// 选择日期 /// </summary> private void RQTxt_MouseWheel(object sender, Mouse ...
- shell专用参数变量