Tortoise SVN: Resolve conflict using 'theirs'. What does it mean?

Muhammad Hasan Khan picture Muhammad Hasan Khan · Oct 25, 2010 · Viewed 47.4k times · Source

Can someone please explain the difference between the following two options of Tortoise SVN on conflicted files:

  • Resolve conflict using 'theirs'.
  • Resolve conflict using 'mine'.

On a side note. Why on earth no one has ever reported this confusing use of terminology as a bug?

Answer

Brandon picture Brandon · Oct 25, 2010

Resolve conflict using 'theirs' means that when you try to check in two files that have conflicting edits, SVN will discard your changes and use the other persons change instead.

Resolve conflict using 'mine' means that you will discard their changes, and use your version of the file instead.