Handling SVN conflict

后端 未结 6 929
傲寒
傲寒 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:09

    If you're using a shell client like TortoiseSVN, then right click "resolve using mine" as @Adi mentions.

    On the command line, it's

    svn resolve --accept mine-full 
    

提交回复
热议问题