Question

I just did an svn merge from a branch to a trunk in my Eclipse IDE, and in the Merge Results view, there is this following icon:

alt text http://www.freeimagehosting.net/uploads/2a0a0f90b1.jpg

I am dying to know what it means. I have searched the entire Eclipse documentation and some relevant StackOverflow questions, but couldn't find anything.

The CollabNet documentation about Merge Results View explains what a Merge Results View is, but doesn't mention anything about the meanings of its icons.

Does anyone know? Thanks!

Was it helpful?

Solution

I believe that is the icon for a SVN tree-conflict which is new in SVN 1.6. Try doing Show Tree Conflicts option and see if the same items appear in the tree conflicts view. Also see:

http://blogs.open.collab.net/svn/2009/03/subversion-160-and-tree-conflicts.html

OTHER TIPS

I've just hit up against the same thing.

After a bit of digging around I believe that it means there were changes to the file in both places however the changes are the same, therefore the files are the same.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top