美文网首页
bug_svn_'Failed to add directory

bug_svn_'Failed to add directory

作者: Nisus_Liu | 来源:发表于2018-01-09 12:25 被阅读0次

先看错误截图:


image.png

错误原因分析

(个人猜测)
别人之前上传的项目, 忘了过滤掉target文件夹, 但是配置过滤target.
当我更新时.
本地svn发现了服务器有的target, 但是在本地却被标记为unversioned(假设这么理解). 于是, 会尝试add, 即将其变为versioned标记, 但是, 这时, 编辑器告诉它: "你不能这么做, 我要过滤掉!((•́へ•́╬))". 于是SVN没招了, 只能报告主人: Failed to add directory.

相关文章

网友评论

      本文标题:bug_svn_'Failed to add directory

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