How to perform a safe Merge?

2012-11-01 Thread Sascha Müller
Hi, how can I perform a 3-way Merge without (automatically) changing the content of any file? I am looking for a way to switch off the auto-merging, but still get files updated, which I have not changed. Like this: BASE == MINE => Use THEIRS BASE != MINE => Conflict Thanks in advance

RE: How to perform a safe Merge?

2012-11-01 Thread Bob Archer
> how can I perform a 3-way Merge without (automatically) changing the > content of any file? I am looking for a way to switch off the auto-merging, > but > still get files updated, which I have not changed. > > Like this: > BASE == MINE => Use THEIRS > BASE != MINE => Conflict > > Tha