【SVN】is not known to exist in the repository and is not part of the commit, yet its child

简介: 【SVN】is not known to exist in the repository and is not part of the commit, yet its child

在提交svn的时候出现了如下错误:


image.png


从字面意思上看是说提交失败,原因是因为它存在子级文件夹,我们先把父级文件夹提交了之后在去提交子级文件夹,最后一级文件夹和文件则可以一起提交


2.



改了项目中的某一个目录,然后再提交的时候就报这个错


svn: 项目路径 is not known to exist in the repository and is not part o


解决办法:


1把项目拷贝一份


2删除项目(从本地磁盘上删除)


3从svn检出


4把修改的内容贴进去


相关文章
svn: E175002: Commit failed (details follow): svn: E175002: Unexpected HTTP status 502Bad Gateway on
svn: E175002: Commit failed (details follow): svn: E175002: Unexpected HTTP status 502Bad Gateway on
|
2月前
|
机器学习/深度学习
svn commit 用法
svn commit 用法
20 0
【异常】svn: E200009: Commit failed (details follow)/both sides of the move must be committed together的解决办法
svn: E200009: Commit failed (details follow)/both sides of the move must be committed together的解决办法
531 0
|
Shell 测试技术 Python
Python 一键commit文件、目录到SVN服务器
Python 一键commit文件、目录到SVN服务器
252 0
SVN没有update和commit
SVN没有update和commit
370 0
SVN没有update和commit
|
2月前
|
存储 网络协议 Ubuntu
Linux环境下的SVN服务器搭建并结合内网穿透实现远程连接
Linux环境下的SVN服务器搭建并结合内网穿透实现远程连接
107 0