When 2 users change the same file (in the same branch) and check their code into SVN, SVN will (after asking the second user to do an update) auto merge the files and try to resolve any conflicts.
Does this merge process happen on the client or on the server?
(more info: I am using Tortoise SVN 1.7.11 on the client, and the server version is 1.5.1, we recently had an auto-merge delete some data and I'm wondering if this is an issue with the code merge in Tortoise or the older server code)