문제

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)

도움이 되었습니까?

해결책

This is a Tortoise SVN thing, and thus on the client. The SVN server will actually kick it back and tell you youre not up to date. Weird that tortoise does that... Doesnt seem like a feature anyone in their right mind would ever want...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top