`
无量
  • 浏览: 1142299 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

一些常见svn图标的含义

    博客分类:
  • svn
阅读更多
  • 来自http://stackoverflow.com/questions/3917925/what-do-the-arrow-icons-in-subclipse-mean
  • 项目视图   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.

分享到:
评论

相关推荐

    svn图标含义

    svn图标含义 SVN图标是Subversion版本控制系统中的一种图形化表示方式,用于表示文件或文件夹的状态。了解这些图标的含义对于开发者来说非常重要,可以快速地了解文件或文件夹的状态,从而提高开发效率。 灰色向右...

    svn 同步图标含义 全 所有图标含义

    ### SVN同步图标含义详解 #### 一、SVN同步图标基本含义 SVN(Subversion)是一款非常流行的版本控制系统,在...此外,当遇到SVN图标显示异常时,根据上述方法进行排查和解决,可以帮助我们及时恢复正常的工作流程。

    SVN图标XXXX

    #### 一、SVN图标含义 Subversion (SVN) 是一种广泛使用的版本控制系统,它通过图形化的图标帮助用户直观地了解工作副本的状态。下面详细介绍各种SVN图标及其含义: - **绿色的勾**:图标表示这是一个最新取出的...

    SVN常用功能详细说明

    #### 一、TortoiseSVN图标含义 在使用TortoiseSVN的过程中,图标是理解文件或目录状态的关键。不同颜色和形状的图标代表了文件的不同状态,例如: - **绿色勾**:表示文件或目录与SVN仓库中的最新版本一致。 - **...

    Tortoise SVN简明操作指南

    2. **图标含义**: - **已修改**:当文件从上次更新后被修改,其图标会显示为绿色对勾。 - **冲突**:如果文件在合并过程中出现了冲突,图标会显示为黄色感叹号。 - **丢失**:如果文件丢失或已被删除但尚未提交...

    SVN普通用户操作手册

    - **图标含义**: - 绿色图标:表示文件为最新版本。 - 红色图标带感叹号:表示文件已被修改。 - 黄色三角形带感叹号:表示文件在更新过程中产生了冲突。 - 蓝色加号:表示文件已被添加到版本控制。 - 红色...

    myeclipse svn 详细操作手册与版本冲突解决办法

    #### 同步SVN图标含义 在MyEclipse SVN插件中,不同的图标代表了不同的文件状态,这对于理解和处理版本控制非常有用。 - **灰色向右箭头**:表示本地文件已修改但尚未提交。可以通过右键菜单选择提交操作。 - **...

    浅析SVN常见问题及解决方法

    本文将探讨一些SVN使用过程中常见的问题及其解决策略。 1. **黄色感叹号(有冲突)** 当你看到文件图标上出现黄色感叹号时,意味着存在冲突。冲突是由于你和你的同事同时修改了同一个文件,而他/她先于你提交了...

    TortoiseSVN最新安装包+汉化包+使用手册

    6. **故障排查**:常见问题的解决方案和错误代码的含义。 在实际使用中,TortoiseSVN与Windows资源管理器紧密结合,用户可以通过右键菜单进行各种操作。例如,选择一个文件或文件夹,然后在弹出的菜单中选择“SVN ...

    105个程序开发应用图标

    这些图标通常涵盖了编程、调试、数据管理、版本控制、云服务、移动开发等多个领域的常见操作和功能,旨在使用户能够快速识别和理解应用中的各种功能。 首先,我们来深入了解一下程序开发应用图标的重要性: 1. **...

    虚拟机 Virtual Machine.docx

    以下是一些基本的SVN命令及其含义: - **Classpath**:设置Java应用程序类路径。 - **Destination Folder**:目标文件夹,通常用于指定文件或项目的输出位置。 - **Install**:安装某个软件或组件。 - **Startup ...

    用于比对文件内容的工具

    在IT行业中,比对文件内容是一项非常常见的任务,特别是在软件开发、版本控制或者文档管理等领域。标题中的“用于比对文件内容的工具”指的是能够帮助用户检查和分析两个或多个文件之间差异的软件应用程序。这样的...

    很不错的PHP面试题汇总

    - 常见的版本控制软件如Git、SVN、Mercurial等。 11. **模板引擎**: - 常见的模板引擎有Smarty、Twig、Blade等,它们能分离业务逻辑和视图层。 12. **项目经验**: - 在面试中,面试者应分享他们最得意的项目...

    try 1.0try 1.0

    常见的版本控制系统有Git、SVN等。 **知识点2:软件版本命名规范** 软件版本通常按照主版本号.次版本号.修订版本号的格式进行命名,如1.0.0。主版本号在功能有重大改变时升级,次版本号在添加新特性但保持向后兼容...

    PHP经典面试题集锦

    本文将详细介绍一些常见的PHP面试题及其答案,以帮助求职者更好地准备面试。 1. 如何使用PHP打印出前一天的时间? 答:可以通过date函数和strtotime函数结合使用来打印前一天的时间。代码示例: ```php $a=date("Y-...

    个人收集的php 面试材料

    4. **版本控制工具**:常见的版本控制系统有Git、CVS、SVN等,用于管理代码版本和协同开发。 5. **字符串翻转**:在PHP中,可以使用`strrev()`函数来实现字符串的翻转,如`strrev('hello')`将返回`'olleh'`。 6. *...

    eclipse-jee-2023-09-R-linux-gtk-aarch64.tar.gz

    首先,让我们理解文件名的含义。"eclipse-jee"表示这是Eclipse的Java EE版本,专为Web应用和企业级项目设计。"2023-09-R"代表发布年份和月份,以及该版本的迭代号,表明这是2023年9月的更新版本。"linux-gtk"则表示...

Global site tag (gtag.js) - Google Analytics