Tobias Knauss
unread,Dec 16, 2017, 7:52:14 AM12/16/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
Currently, the filenames during merging are
filename.working (mine)
filename.merge-left.rABCD (base)
filename.merge-right.rEFGH (theirs)
I am using BeyondCompare 4 for file comparison and merge, which is more comfortable than TortoiseMerge. BC4 shows the "mine" on the left top, "theirs" on the right top, "base" on the center top, and "merged" on the bottom. This is fine, but the filenames you use are confusing. What is "left" and "right"? This has no useful meaning.
I suggest that you use
.working --> .merge-mine
.merge-left.rABCD --> .merge-base
.merge-right.rEFGH --> .merge-theirs
This change should be easy to do and you can keep searching for the old names for backwards compatibility.