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--------- ...
随机推荐
- Jetson Nano系列教程3:GPIO
摘要: JetsonTX1,TX2,AGXXavier和Nano开发板包含一个40引脚的GPIO头,类似于Raspberry PI中的40引脚头.这些GPO可以通过JetsonGPIOLibrary包 ...
- ip协议,IP,子网掩码,ping命令是什么
ip协议: 定网络地址的协议叫ip协议,它定义的地址称之为ip地址,广泛采用的v4版本即ipv4,它规定网络地址由32位2进制表示 IP地址:是给每个连接在Internet上的主机分配的一个32bit ...
- MySQl 截取函数 left(),right(),substring(),substring_index() 的用法
1. 字符串截取:left(str, length) mysql> select left('sqlstudy.com', 3); +-------------------------+ | l ...
- RHEL6.1 安装 Oracle10gr2 (图文、解析)
目录 目录 软件环境 前言 初始化RHEL61 硬件检测 预安装软件包 安装oratoolkit 创建Oracle用户 修改配置文件 系统版本伪装 解压并运行Oracle10gr2安装包 安装rlwr ...
- POI教程
很多时候,一个软件应用程序需要生成Microsoft Excel文件格式的报告.有时,一个应用程序甚至希望将Excel文件作为输入数据.例如,一个公司开发的应用程序将财务部门需要所有输出生成自己的Ex ...
- 基于rem的移动端响应式适配方案(详解) 移动端H5页面的设计稿尺寸大小规范
基于rem的移动端响应式适配方案(详解) : https://www.jb51.net/article/118067.htm 移动端H5页面的设计稿尺寸大小规范 http://www.tuyiyi.c ...
- Codeforces 488C Fight the Monster
Fight the Monster time limit per test 1 second memory ...
- java虚拟机规范(se8)——java虚拟机的编译(一)
本文翻译自:https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-2.html 第三章 java虚拟机的编译 java虚拟机是设计用来支持ja ...
- java虚拟机规范(se8)——java虚拟机结构(六)
2.11 指令集简介 java虚拟机指令由一个字节的操作码,接着时0个或多个操作数组成,操作码描述了执行的操作,操作数提供了操作所需的参数或者数据.许多指令没有操作数只包含一个操作码. 如果忽略异常处 ...
- PAT程序设计
VS2013中自行对齐的快捷键操作: CTRL+K+F 1.定义二维数组 ]=]; 2.绝对值函数 int abs(int i) 返回整型参数i的绝对值 double cabs(struct comp ...