`
huazx123
  • 浏览: 24402 次
文章分类
社区版块
存档分类
最新评论

Tortoise SVN常见图标含义及图标无法正常解决方法!

 
阅读更多

绿色的勾:图标表示这是一个最新取出的工作副本,他的Subversion状态是normal。

灰色的勾:灰色图标表示”只读”,如果你给一个文件设置了svn:needs-lock属性,Subversion会让此文件只读,直到你获得文件锁。只读文件具有这个重载图标来表示你必须在编辑之前先得到一个锁。

红色感叹号:当你开始编辑一个文件,这个文件的状态就会变成modified,图标也会变成红色圆圈带一个感叹号。这样你就可以轻易的知道自从上次更新以来都有修改过哪些文件,需要提交哪些文件。

黄色感叹号:三角符号带感叹号,表示在一次update中产生了一个冲突(conflict)。

蓝色加号:意味着这个文件或文件夹已经被计划加入到版本控制之下。

红叉叉:表示相应文件或文件夹被计划删除(deleted),或者表示文件缺失。

灰色一行:表示不受版本控制,忽略版本控制。

蓝色问号:暂时还没收到版本的控制,但是没有被忽略。

锁扣:表示文件被锁定,他的Subversion状态是normal,必须先释放锁才能让别人的更改提交。

 

 

 

SVN图标无法正常显示问题解析:
1.
Myeclipse或者Eclipse中使用SVN插件作为版本控制器,一直以来都是正常使用的。但是突然哟一天,project下的files的版本号和提示图标都不见了,经过检查SVN是正常的。
开始的时候是把wrokspace下的.metadata删除,然后重新将project导入workspace下,即可正常使用。
但是现在发现一种更为方便的方法:
进入 到:windows->preferences->General->Appearance->LableDecorations勾选其中的SVN项即可。或者,还可以打开windows->preferences->Team->SVN中做相关设置。

2.最近更新了SVN软件,更新后发现,同步文件夹没有打对勾的标记,网上都说检查SVN设置:
右键->TSVN->设置->样式->重叠图标->Statuscache
里面有三个选项:

1Default
2Shell
3None
如果是前面两个,应该就有svn图标,如果是none,就没有。
但都解决不了问题,后来用安装文件的修复功能解决了此问题,即双击安装文件,选修复,之后重启系统就可以了。这似乎是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.

分享到:
评论

相关推荐

    Tortoise SVN CVS 资源管理器图标修复工具

    自己编写的Tortoise SVN CVS 图标修复软件,可以恢复资源管理器上的SVN,CVS图标显示问题。

    Tortoise SVN简明操作指南

    ### Tortoise SVN简明操作指南 #### 一、Tortoise SVN简介 Tortoise SVN 是一款免费的、易于使用的 Subversion (SVN) 客户端工具,它集成了 Windows 资源管理器的右键菜单,使得版本控制的操作变得更加直观和便捷...

    Tortoise SVN.zip

    4. **图形化界面**:Tortoise SVN的界面完全集成在Windows资源管理器中,用户可以通过直观的图标和菜单进行操作,无需记忆复杂的命令行指令。 5. **操作历史**:Tortoise SVN可以显示文件和目录的历史版本,包括每...

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

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

    SVN服务端与Tortoise客户端的配置方法

    ### SVN服务端与Tortoise客户端的配置方法详解 #### 一、VisualSVNServer的配置和使用方法(服务器端) ##### 安装与启动 安装`VisualSVNServer`后,通过`VisualSVNServerManager`进行初始化配置。启动界面简洁...

    svn图标不显示的解决方案.docx

    svn 图标不显示是 TortoiseSVN 软件中常见的一个问题,本文将提供四种解决方案,并最终找到了成功的解决方法。 解决方法一:升级最新版本 升级 TortoiseSVN 到最新版本,以解决可能存在的 BUG 或问题。但是,这种...

    svn tigris subversion tortoise 使用

    标题 "svn tigris subversion tortoise 使用" 涉及到的是版本控制系统Subversion(SVN)的使用,特别是TortoiseSVN这个图形化客户端。Subversion是一款开源的版本控制系统,用于管理文件和目录的变更历史,而...

    Win64-Tortoise-svn-1.11.0.rar

    【标题】"Win64-Tortoise-svn-1.11.0.rar" 提供的是Windows 64位版本的TortoiseSVN安装包,这是一个强大的版本控制系统,特别适用于Windows用户。TortoiseSVN是基于Subversion(简称SVN)的图形化客户端,它集成了...

    TortoiseSVN 1.6.5

    安装完成后,用户可以在Windows资源管理器中看到TortoiseSVN的图标,这些图标代表了文件或目录的SVN状态,例如未版本化、已修改、已添加等。 在日常开发中,TortoiseSVN是开发者不可或缺的工具之一,它简化了版本...

    svn Tortoise

    【svn Tortoise】是一款在Windows操作系统上广泛使用的版本控制系统客户端,特别针对Subversion(svn)进行优化,以图形化界面的形式提供便捷的源代码管理和协作功能。TortoiseSVN的名称来源于“乌龟”,在计算机...

    SVN培训 SVN培训 SVN培训 SVN培训 SVN培训 SVN培训

    【SVN培训】SVN(Subversion)是一种广泛使用的版本控制系统,它可以帮助团队协作开发,有效地管理和跟踪项目文件的变化。SVN的核心理念是通过配置库(Repository)存储和管理文件,确保团队成员能够同步和协作,...

    Tortoise1.8.X对应的SVN1.10.X

    TortoiseSVN和Subversion(SVN)是软件版本控制系统中的重要工具,它们在IT行业中广泛用于协同开发和版本管理。TortoiseSVN是一款集成在Windows资源管理器中的图形化界面客户端,而Subversion则是它所依赖的服务器端...

    SVN使用方法ppt

    ### SVN图标说明 TortoiseSVN会在文件和目录上显示图标,表示其状态,如未版本控制、已修改、已添加、冲突等,帮助用户直观了解版本控制的状态。 ### 总结 SVN是一个强大的版本控制系统,通过配置库和工作副本的...

    keil的Tortoise SVCS使用方法

    在这个场景下,"keil的Tortoise SVCS使用方法" 主要涉及的是如何在Keil集成开发环境中结合TortoiseSVCS这一版本控制系统来管理MDK(Microcontroller Development Kit)项目。TortoiseSVCS是Subversion(SVN)的一个...

    TortoiseSVN

    TortoiseSVN是一个SVN的客户端,使用方法: 1.Checkout Repository 首先要Checkout服务器端的Repository, 所谓的Checkout就是指获得服务器端指定的Repository存储的所有文件。 这个Checkout和Visual Source ...

    TortoiseSVN的使用简介

    版本控制系统(Version Control System,VCS)是一种记录文件及目录更改的系统,通过这种方式,可以让用户回溯至之前的某个版本,甚至将整个项目恢复到过去的状态。Subversion(简称SVN)是其中一种常用的集中式版本...

Global site tag (gtag.js) - Google Analytics