What happens if a file I want to commit to SVN is updated so often I don't manage to do a merge quic
Posted
by sharptooth
on Stack Overflow
See other posts from Stack Overflow
or by sharptooth
Published on 2010-01-19T14:22:50Z
Indexed on
2010/04/02
4:13 UTC
Read the original article
Hit count: 234
version-control
|svn
Consider a situation. I want to commit a changed file to SVN and see that someone else committed the same file after I checked it out, so I have to "update" and merge changes. While I'm doing that someone commits the same file again, so when I try to commit the merged file I have to update again.
Now if other users commit often enough it looks like I will never be able to commit my changes. Is that really so? How is this problem solved in real development environments?
© Stack Overflow or respective owner