美文网首页版本管理
SVN - commit报错“xxx remains in tr

SVN - commit报错“xxx remains in tr

作者: 悄然林静 | 来源:发表于2020-06-28 11:38 被阅读0次
提出问题

svn提交时报错:xxx remains in tree-confilict

分析问题

在服务端删掉了资源文件,执行update后,与本地文件产生冲突。

解决问题

终端执行

// 这里filename指报错信息给出的出错文件的绝对路径
svn remove --force filename    
svn resolve --accept=working  filename    
svn commit

相关文章

网友评论

    本文标题:SVN - commit报错“xxx remains in tr

    本文链接:https://www.haomeiwen.com/subject/pnbifktx.html