If you work on the command line instead of using the user interface, svn will ask you when you run the "svn update" something like:
The conflict was found in bar.c: (p) Postpone (e) Change (tf) Their full (mf) Mine-full
What you want is completely full (mf). Of course, this will record any changes that the other person has made, so you can want (e) dit instead.
If you select (p) ostpone this, you will need to modify the file later and mark it as resolved (svn resolved), followed by svn commit.
dynathi
source share