SVN keeps corrupting files with “<<<<<<< .mine”, how to fix?

前端 未结 12 810
长情又很酷
长情又很酷 2020-12-04 19:25

I\'ve got a Visual Studio C# project which is under version control (SVN). I\'ve always commited and updated the project without any problems. But a couple of hours ago Visu

12条回答
  •  [愿得一人]
    2020-12-04 19:48

    1)Just save your local changes whatever u have edited in the file

    2)revert the file

    3)update it from SVN

    4)Paste your local changes

提交回复
热议问题