您的位置:首页 > 其它

常见svn图标的含义(修改版)

2017-03-03 10:48 411 查看
SVN是一款强大的版本控制工具,然而SVN的视图图标种类繁多,这里列出一些常见的SVN图标及其含义

原来转载了一篇,但是发现他的图标许多都显示不了,所以找资料重新修改下


项目视图  The Package Explorer view


-
已忽略版本控制的文件。可以通过Window →Preferences → Team → Ignored Resources.来忽略文件。
A file ignored by version control. You can controlwhat resources will be ignored by going to Window → Preferences →Team → Ignored Resources.


- 未纳入版本控制的文件,一般是新增,尚未提交的文件。
A file not under version control. These are typicallynew files that you have not committed to the repository yet.


-
本地重命名或移动到其它目录的文件。
A versioned file that needs to be added to the remoterepository. These are typically files you have either renamed, ormoved to a different directory.


-
本地删除的目录。
A deleted folder. These are folders that you havedeleted locally without yet committing the changes to therepository. Note that files are usually removed from the view whenthey're deleted locally, so they are normally not seen with thisicon.


-
没有任何改动的文件。
A file with no local changes.


-
发生改动,尚未提交的文件。
A file with local, uncommitted changes.


-
处于锁定状态的文件。
A locked
4000
file.


-
有冲突没有解决,就更新或提交的文件。
A conflicted file. These are typically files that hada commit/update conflict that you marked to resolve later.


-有目录树冲突的文件。一般在最近一次更新后,资源库上的文件被移动、删除或重命名。
A file that has a tree conflict. These are typicallyfiles 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. Linkedexternal files cannot be committed to the repository.


-有分支版本的文件。这些文件属于另外一个不同的工作目录而不是属于本地的父目录。
A file that has been switched. These are files whichbelongs to a different working copy than their local parentdirectory.


 迁出 Outgoing view


-
本地有更改的文件。
A file whose contents have been modified and will becommitted to the repository.


-
本地新增的文件。
 A file that will be newly added tothe repository. This may coincide with a file removal in caseswhere a file is moved or renamed..


-
本地删除的文件。
A file that will be removed from the repository. Thismay coincide with a file addition in cases where a file is moved orrenamed.


-
本地文件属性发生变化了的文件。
A file with property changes, in the Commit dialog.On the Synchronize tab, property changes are currently reflected asa normal file modification ().


 迁入 Incoming view


-
需要更新的文件。 
A file that has content changes committed to therepository that will be applied to the local copy.


-
需要迁入的新增文件。
A new file that will be added to the local copy fromthe repository. Like the outgoing file addition, this may be theresult of a move or rename.


-
资源库中删除了的文件。
A file that will be removed from the local copybecause it has been removed from the repository. Like the outgoingfile removal, this may be the result of a move or rename.


 冲突 Conflict view


-
资源库和本地同时有修改的文件。
A file that has been changed in both the local copyand repository independently, causing a need for conflictresolution. Fixing this condition involves opening up the conflictview or forcibly overwriting changes locally or remotely.


-远程资源库上已经被重命名或移动、删除的文件。 
A file that has a tree conflict. This can occur whenthere are new changes to a file on one end (either local orremote), and the file is moved, removed, or renamed on theother.


 “与资源库同步”选项打开的界面上的一些按钮 Others :

Finally, the Synchronize with Repository option opens theSynchronize tab () with the following buttons:

 


-同步选中的文件,下拉箭头切换不同的远程目录。
Synchronizes the local copy with the currentlyselected repository when clicked. Selecting from the drop-downallows 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.

TortoiseSVN相关图标

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: