zoukankan      html  css  js  c++  java
  • svn提交异常file is scheduled for addition, but is missing

    svn提交错误file is scheduled for addition, but is missing


    svn ci -m ""

    svn: E155010: Commit failed (details follow):

    svn: E155010: '/Volumes/File/ymall_Project/daling/trunk/GiftShop/GiftShop/YmallControl/QCheckbox/GSCheckBoxBank' is scheduled for addition, but is missing

     

    错误原因:

    产生问题的解决办法是有一个文件已经增加到版本号库中,可是后来在文件系统中又移除了这个文件,所以不可以提交。

     

    解决方法:

    svn revert /Volumes/File/ymall_Project/daling/trunk/GiftShop/GiftShop/YmallControl/QCheckbox/GSCheckBoxBank

    svn ci -m "xxx"


    注意:假设是目录,须要先revert子文件。

查看全文
  • 相关阅读:
    【weka应用技术与实践】过滤器
    【软件分析与挖掘】Vision of Software Clone Management: Past, Present, and Future (Keynote Paper)
    【软件分析与挖掘】Multiple kernel ensemble learning for software defect prediction
    【Thinking in Java-CHAPTER 3】操作符
    【软件分析与挖掘】A Comparative Study of Supervised Learning Algorithms for Re-opened Bug Prediction
    【Thinking in Java-CHAPTER 1&&2】对象导论&&一切都是对象
    【cs229-Lecture20】策略搜索
    【cs229-Lecture19】微分动态规划
    【cs229-Lecture18】线性二次型调节控制
    【cs229-Lecture17】离散与维数灾难
  • 原文地址:https://www.cnblogs.com/ldxsuanfa/p/10613651.html
  • Copyright © 2011-2022 走看看