How do Tortoise svn handle concurrent file updation

Posted by sabithpocker on Programmers See other posts from Programmers or by sabithpocker
Published on 2012-09-28T19:02:39Z Indexed on 2012/09/28 21:50 UTC
Read the original article Hit count: 265

Filed under:
|

I don't know much about Tortoise SVN, but have been using it for a while :) I understand that it is capable of managing concurrent users on same file, but how does it do that? I am working on a file that another user is using concurrently and he committed couple of times before me, Now my files doesnt have the changes he made. Every time i end up in such a situation I gets a conflict and I am stuck.

So is there something else I should do instead of just committing and causing conflict.

Is it safe to do a update first and then commit ? Will I lose my local changes in this case?

Please dont beat me up if this is somthing basic, A link to some tutorial will be useful in that case :)

© Programmers or respective owner

Related posts about svn

Related posts about tortoise-svn