Hi, when doing a merge, is there any subversion property that I can set to always replace the file with the newer ervision (instead of doing a diff and raise a conflict when it can't merge)?
The set of files I am referring to is the c# project files (*.csproj). These files always raise a conflict. I would like to have these files always update to whichever revision that's newer when I do a merge.
Thank you,