博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SVN合并时报错:Merge tracking not allowed with missing subtrees; try restoring these items
阅读量:4680 次
发布时间:2019-06-09

本文共 274 字,大约阅读时间需要 1 分钟。

使用的是TortoiseSVN;

Merge tracking not allowed with missing subtrees; try restoring these items

下面会有跟着几个冲突的文件.

 

估计是主线上某个文件/目录 被别人删除并提交了, 更新之后导致冲突. 然后SVN不允许合并;

 

解决方案: 删除这个文件/目录 然后提交, 这时实际上主线SVN里已经删除了这个文件目录, 你的提交内容会为空.之后就可以合并了.

转载于:https://www.cnblogs.com/firstdream/p/8615372.html

你可能感兴趣的文章