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.