Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
When an update creates a conflict, a merge conflict involving three versions of the file looks like this:
<<<<<<< .mine
lines from local file
||||||| .r1
lines from revision 1
=======
lines from revision 2
>>>>>>> .r2
The Merge Conflicts Resolver (menu TeamĀ > Resolve Conflicts...) does not recognize "|||||||" lines and doesn't filter them out in the "Local Working File" pane. When accepting the local version, the "|||||||" lines therefore end up in the merged result, as shown in the "Result after merge" pane, and also in the actual file after saving. They have to be removed manually then, or may remain unnoticed and be accidentally commited.
I only tested this with the JavaHL subversion client so far, but suspect that this bug is independent of the client.
Attachments
Issue Links
- is duplicated by
-
NETBEANS-546 Resolve Conflict
- Closed
- links to