Handling SVN conflict

后端 未结 6 934
傲寒
傲寒 2021-01-17 14:36

When firing the SVN update statement I am getting the conflicts. How can I keep my version and check that in. What is the command for that?

6条回答
  •  别那么骄傲
    2021-01-17 15:04

    Just for anyone who has many conflicts and doesn't want to resolve them one by one, keeping yours changes, just run this:

    svn resolve . -R --accept mine-full
    

    Related SO question

提交回复
热议问题