• 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子文件。

  • 相关阅读:
    IE6背景图片不显示,解决方法
    双语网站资源文件
    jQuery插件—获取URL参数
    如何在ashx页面获取Session值
    网站页面(aspx.cs)读取资源文件(*.resx)对应键值的value值
    .NET cache的使用
    Cache
    ASP.NET通过Global.asax和Timer定时器 定时调用WebService 运行后台代码
    ASP.NET 用户控件自定义属性、方法、事件
    jQuery获取Select选择的Text和Value
  • 原文地址:https://www.cnblogs.com/ldxsuanfa/p/10613651.html
  • Copyright © 2020-2023  润新知