SVN提交时报错Error: Commit failed (details follow): Error: No such revision 194 的异常?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SVN提交时报错Error: Commit failed (details follow): Error: No such revision 194 的异常?相关的知识,希望对你有一定的参考价值。

参考技术A 可是检测来检测去。服务器的配置都没有错。他也可以update但就是commit不了
Error
Commit
Failed
(details
Follow):
Error
Authorization
Failed
你的帐号跟他的帐号在同一组的。
你的机子这边没有错,你可以commit
参考技术B 建议你用版本库浏览器上配置库看看这个目录是否存在异常

git在提交时报错error invalid path cannot add to the index的解决办法

背景

在写完打码,提交git的时候,报错如下

error: invalid path 'static/plugins/magic/' 
error: static/plugins/magic/: 
cannot add to the index - missing --add option? 
fatal: Unable to process path static/plugins/magic/

这种情况已经出现过至少两次了,记录一下解决方案吧


原因

因为我总是从Github上拉一些比较好用但是没有CDN的插件,上次是bootstrap fileinput,这次是magic,保存在static/plugins里面.就算是git clone下来的文件,仍然是一个仓库属性


解决方法

因为仓库里面再有仓库,所以会报这个error,删掉就好了.
大部分时候这个仓库属性是隐藏的,你需要删除掉的是这个仓库的.git文件夹

Mac方案

找到子项目文件夹,比如我这次的子项目文件夹是static/plugins/magic,按下command+shift+.

你就能在文件夹下看到隐藏文件.git,长下面这样

跟其他文件夹比,它看起来像半透明的,表示是一个隐藏文件夹
删掉就好了,然后push就可以成功


Windows方案

Win10下在这里显示隐藏文件夹

一样的,显示出来长这样,删掉就好了


- 完 -

以上是关于SVN提交时报错Error: Commit failed (details follow): Error: No such revision 194 的异常?的主要内容,如果未能解决你的问题,请参考以下文章

windows svn post-commit 报错解决 error resolving case

Error:svn: E160013 svn主干切换分支时报错

SVN提交数据(Commit)失败怎么解决

spark-submit提交任务时报错,Error initializing SparkContext

git在提交时报错error invalid path cannot add to the index的解决办法

跪求!!!用jsoup提交表单时报错 HTTP error fetching URL,Status=405