【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把修改的内容贴进去


相关文章
|
5月前
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
129 1
|
6月前
|
存储 Linux
linux上SVN出现 "Unable to connect to a repository at URL 'svn://xx.xx.xx.xx/xxx' 和 No repository ...
centos上安装了svn, 有时候会不知道什么原因出现客户端小乌龟无法连接或无法提交等情况
171 5
|
6月前
|
机器学习/深度学习
svn commit 用法
svn commit 用法
336 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的解决办法
645 0
SVN没有update和commit
SVN没有update和commit
453 0
SVN没有update和commit
|
Shell 测试技术 Python
Python 一键commit文件、目录到SVN服务器
Python 一键commit文件、目录到SVN服务器
282 0

相关实验场景

更多