`
langgufu
  • 浏览: 2301831 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

svn 图标含义

svn 
阅读更多

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

    eclipse插件svn图标详细含义

    ### SVN 图标含义 #### 未纳入版本控制的文件 - **图标含义**:表示文件目前还没有被纳入版本控制系统。 - **应用场景**:新创建的文件或者手动排除版本控制的文件。 - **操作建议**:如果希望将这些文件纳入版本...

    软件开发SVN的使用方法和注意事项-Eclipse中SVN图标含义

    软件开发SVN的使用方法和注意事项-Eclipse中SVN图标含义 在软件开发中,SVN(Subversion)是一种非常流行的版本控制系统,它可以帮助开发者们更好地管理代码、协作开发和追踪变更。Eclipse 是一个流行的集成开发...

    软件开发SVN的使用方法和注意事项-Eclipse中SVN图标含义实用.pdf

    软件开发SVN的使用方法和注意事项-Eclipse中SVN图标含义实用.pdf

    软件开发SVN的使用方法和注意事项-Eclipse中SVN图标含义终稿.pdf

    软件开发SVN的使用方法和注意事项-Eclipse中SVN图标含义终稿.pdf

    eclipse插件svn图标详细含义(全)

    eclipse插件svn图标详细含义 eclipse插件svn图标是svn插件在eclipse中的图标表示法,用于表示svn版本控制系统中的文件状态。这些图标可以帮助开发者快速了解文件的版本控制状态,避免不必要的提交和更新操作。 1. ...

    svn图标详细解释

    版本控制

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

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

    svn图标的含义.docx

    在使用SVN时,我们会遇到各种图标,它们代表了文件或目录在版本控制中的不同状态。以下是对这些图标的详细解释: 1. 问号(?):表示文件或目录是未版本控制的(Unversioned),即它们不在SVN的跟踪范围内。如果你...

    SVN图标XXXX

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

    SVN注意事项

    1. **SVN图标含义**: - 黑色向右箭头:表示本地已修改的文件。 - 蓝色向左箭头:表示服务器端有修改的文件。 - 黑色向右且带加号的箭头:表示本地新增的文件,服务器端不存在。 - 蓝色向左且带加号的箭头:表示...

    一分钟 精通 svn 客户端操作

    2. **SVN 图标含义** - **灰色向右箭头**:表示本地文件已被修改。 - **蓝色向左箭头**:表示 SVN 存储库中的文件有更新。 - **灰色向右且中间加号**:本地多出的文件未添加到 SVN。 - **蓝色向左且中间加号**:...

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

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

    myEclipse svn配置及使用图标的说明

    下面我们将详细解释myEclipse中与svn相关的配置和图标含义。 1. **已忽略版本控制的文件**:在myEclipse中,如果某些文件不需要纳入版本控制,可以通过`Window → Preferences → Team → Ignored Resources`设置...

    svn 1.8.6.25419 客户端 32/64

    此资源包含TortoiseSVN-1.8.6.25419 (32位和64位),以及相应版本(32/64)的中文包LanguagePack_1.8.6.25419,还有svn的安装使用说明和svn图标含义.

    svn图标意义

    如果在Eclipse或MyEclipse等集成开发环境中,SVN图标无法正常显示,可以尝试以下解决方案: - 检查并确认SVN插件的设置,进入`Window -> Preferences -> General -> Appearance -> Label Decorations`,确保SVN项被...

    SVN服务端和客户端安装与使用

    SVN 使用详解包括图标集、常用的几种图标集和常规图标的含义。 SVN 服务端和客户端安装与使用非常重要,它可以帮助开发团队更好地管理项目代码,追踪变化,避免代码冲突,并且提供了一个安全的项目管理方式。

    svn 一些图标代表的意思解释

    svn 中的一些图标含义,当你看到svn 中的一些图标,是不是有的不知道什么意思,比如那些是有冲突,那些是本地有修改,看看这个文档,都解释的很清楚了

Global site tag (gtag.js) - Google Analytics