Community
Participate
Working Groups
Build Identifier: Subversive-incubation-0.7.8.I20100506-1300 If create a branch on my project, make some changes on the trunk, and then merge these to the newly created branch, all updated files are marked as conflicts. It has been so for a number of weekly releases (sorry, I do not remember when it started). If I do the merge from the command line and refresh my Eclipse view, updated files look correct (i.e. only files that svn marked as conflicting appear as conflicting in Eclipse). Reproducible: Always Steps to Reproduce: 1. Create branch 2. Make changes on trunk 3. Merge changes to branch (using Team->Merge, default settings) 4. All merges changes are marked as conflicting
Do you have that resources are marked as conflicted in Synchronize View or also in navigator view, e.g. Package Explorer? Another way to check if resources are conflicted is to call Commit action and check resources status in Commit dialog.
The conflicts only appear in Synchronize View. They appear as regular changes in the Explorer and the commit dialog overview.
Thanks.
We are now using this workaround: 1) Do the merge in Eclipse using Subversive. 2) Switch to Java (or JEE perspective) and do a Team->Update on the projects. 3) Do a Team->Synchronize on the projects. Now only real conflicts are marked as such.
Fixed.
*** Bug 317787 has been marked as a duplicate of this bug. ***
(In reply to comment #5) > Fixed. Is there already a weekly build which contains this fix? This would greatly help us in merging. Thanks, Jörg
(In reply to comment #7) > Is there already a weekly build which contains this fix? Not yet, most likely it will be done next week.