I was trying to merge the changes in branch A into branch B. While I was running the merge I got some error like this (don't have the exact error because I closed the console without copying the error).
svn merge aborted abnormally. resolve conflicts and continue
I wanted to know how I should go about solving this. These are the ways I can think of.
- Resolve the conflicts locally, commit the files to branch B and then continue the merge
- Resolve conflicts locally, rerun the merge.