myeclipse the svn icon Detailed

This article is reproduced from: http: //blog.sina.com.cn/s/blog_a181f2f90101cnch.html

Text reads as follows:

 

  • Project view The Package Explorerview

- File versioning has been ignored. Can → Team → Ignored Resources by Window → Preferences. To ignore the file.
A file ignored by versioncontrol. You can control what resources will be ignored by going toWindow → Preferences → Team → Ignored Resources.

 - not included in the file version control, generally is new, not yet submitted documents.
A file not underversion control. These are typically new files that you have notcommitted to the repository yet.

- Local rename or move files to another directory.
A versionedfile that needs to be added to the remote repository. These aretypically files you have either renamed, or moved to a differentdirectory.

- 本地删除的目录。
A deleted folder.These are folders that you have deleted locally without yetcommitting the changes to the repository. Note that files areusually removed from the view when they're deleted locally, so theyare normally not seen with this icon.

- without any changes to the document.
A file with no localchanges.

- changes are made, the document has not been submitted.
A file withlocal, uncommitted changes.

- file in a locked state, others can not modify the file to others, read-only, default is modified after submission of their own, but also to unlock the file.
A locked file.

- there is a conflict is not resolved, or to submit updated documents.
A conflictedfile. These are typically files that had a commit / update conflictthat you marked to resolve later.

 - There are conflicting file directory tree. Usually after the last update, the files on the repository to be moved, deleted or renamed.
A file thathas a tree conflict. These are typically files that have localchanges, but have since been moved, removed, or renamed in therepository since the last local copy update.

- references to external projects, can not be submitted to the library resources of the project.
A file that is external tothe project. Linked external files can not be committed to therepository.

- branched versions of the file. These documents belong to a whole different working directory and not to the local parent directory.
A file thathas been switched. These are files which belongs to a differentworking copy than their local parent directory.

 

  • Move Outgoing view

 

- Local file has changed.
A file whose contents havebeen modified and will be committed to the repository.

- 本地新增的文件。
 Afile that will be newly added to the repository. This may coincidewith a file removal in cases where a file is moved or renamed..

- 本地删除的文件。
A file that will beremoved from the repository. This may coincide with a file additionin cases where a file is moved or renamed.

- changes in the local file attributes of files occurs.
A file withproperty changes, in the Commit dialog. On the Synchronize tab, property changes are currently reflected as a normal filemodification ().

 

  • Moved Incoming view

 

- 需要更新的文件。
A file that has contentchanges committed to the repository that will be applied to thelocal copy.

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

- 资源库中删除了的文件。
A file that will beremoved from the local copy because it has been removed from therepository. Like the outgoing file removal, this may be the resultof a move or rename.

 

  • Conflict Conflict view

 

- 资源库和本地同时有修改的文件。
A file that hasbeen changed in both the local copy and repository independently,causing a need for conflict resolution. Fixing this conditioninvolves opening up the conflict view or forcibly overwritingchanges locally or remotely.

- has been renamed or moved on a remote repository, deleted files.
A filethat has a tree conflict. This can occur when there are new changesto a file on one end (either local or remote), and the file ismoved, removed, or renamed on the other.

 

  • "Synchronize with Repository" on some buttons Others options open interface:

 

Finally, the Synchronize with Repository option opens theSynchronize tab () with the following buttons:
 
- 同步选中的文件,下拉箭头切换不同的远程目录。
Synchronizes the local copy with the currently selected repositorywhen clicked. Selecting from the drop-down allows switching betweendifferent remote code bases.

- Show only need to move the file.

Shows only incoming changes (remote → local).

 - display only the files required to be submitted.

Shows only outgoing changes (local → remote).

- also shows the need to update or submission.

Shows both incoming and outgoing changes (remote ↔ local).

- display only files that have conflicts.

Shows conflicting changes.

- update all files.

Updates all local resources with incoming changes afterprompt.

- submit all the documents.

Brings up the commit dialog to commit all outgoing changes.

Guess you like

Origin blog.csdn.net/qy_0626/article/details/92795256