美文网首页版本管理
SVN - 提交文件报错“xxx is scheduled fo

SVN - 提交文件报错“xxx is scheduled fo

作者: 悄然林静 | 来源:发表于2020-06-28 11:33 被阅读0次
    报错信息

    xxx is scheduled for addition, but is missing

    原因分析

    之前用svn提交过的文件,会被标记为"add"状态,等待被加入到仓库。如果这个文件被删除掉,commit时会尝试提交这个文件,但是文件已经不存在了,所以会报错 "missing"。

    解决方案

    终端执行

    svn revert filePath
    svn commit 
    

    相关文章

      网友评论

        本文标题:SVN - 提交文件报错“xxx is scheduled fo

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