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

【推广】 免费学中医,健康全家人
原文地址:https://www.cnblogs.com/ldxsuanfa/p/10613651.html