cou*_*011 83 svn tortoisesvn tree-conflict
如何解决当前场景中的树冲突.
C:\DevBranch
C:\MyBranch
Run Code Online (Sandbox Code Playgroud)
我更新了两个分支.编辑MyBranch然后回复.现在想将这些更改合并到DevBranch中.当我进行合并时,我得到'树冲突'
The last merge operation tried to add the file 'abc.def', but it was already added locally.
How do you want to resolve this conflict?
Keep the file from repository
Keep the local file
Run Code Online (Sandbox Code Playgroud)
我怎么解决?
Yan*_*eau 165
你可以做些什么来解决你的冲突
svn resolve --accept working -R <path>
Run Code Online (Sandbox Code Playgroud)
<path>
你在哪里发生冲突(可以是你的回购的根源).
说明:
resolve
要求svn
解决冲突accept working
指定保留您的工作文件-R
代表递归希望这可以帮助.
编辑:
总结以下评论中的内容:
<path>
应该是冲突的目录(C:\DevBranch\
在OP的情况下)svn switch
命令Switch working copy to new branch/tag
在创建分支时检查了选项 归档时间: |
|
查看次数: |
151560 次 |
最近记录: |