码迷,mamicode.com
首页 > 系统相关 > 详细

eclipse中svn的各种状态图标详解

时间:2015-07-22 01:28:33      阅读:290      评论:0      收藏:0      [点我收藏+]

标签:

- 已忽略版本控制的文件。可以通过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.

 

转载于:http://blog.sina.com.cn/s/blog_80c69e390101e7ph.html

eclipse中svn的各种状态图标详解

标签:

原文地址:http://www.cnblogs.com/SZ2015/p/4666052.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!