本地提交SVN报错 提交文件 is not known to exist in the repository and is not part of the commit, yet its child

转发:https://blog.csdn.net/Zm785822103/article/details/52846614

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

本地提交SVN报错 提交文件 is not known to exist in the repository and is not part of the commit, yet its child

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

2.

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

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

解决办法:

1把项目拷贝一份

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

3从svn检出

4把修改的内容贴进去