author:咔咔

wechat:fangkangfk

 

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

相关文章:

  • 2021-09-28
  • 2021-11-13
  • 2021-11-18
  • 2021-11-13
  • 2021-11-14
  • 2021-11-12
  • 2021-10-17
  • 2021-08-28
猜你喜欢
  • 2021-11-13
  • 2021-09-16
  • 2021-11-15
  • 2021-11-13
  • 2021-08-06
  • 2021-09-05
  • 2018-01-25
  • 2018-06-27
相关资源
相似解决方案