svn merge代码的时候,出现Property conflicts的解决方案。可以参考:http://stackoverflow.com/questions/23677286/conflict-with-svn-ignore。简要记录如下:
1.vim打开***.prej文件,手动对文件进行处理。
2.用svn resolve --accept working ***(***.prej文件的上级文件夹)。
3.用svn status观察冲突是否解决。