ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[TOC] ### 1. 修改文件名后如何提交 0 files committed, 1 file failed to commit svn: E200009: Commit failed (details follow): svn: E200009: Cannot commit 'E:\aixinwork\������Ŀsvn\webcrawler\projectcode\proxyscrapy\tool\test.py' because it was moved to 'E:\aixinwork\������Ŀsvn\webcrawler\projectcode\proxyscrapy\tool\Test.py' which is not part of the commit; both sides of the move must be committed together ![](https://box.kancloud.cn/b23a368ea786b51298e518f4813fc22f_546x289.png) 如上,把test.py文件改为Test.py文件,此时用pycharm工具commit失败,显示需要两个修改的部分都要提交,那应该就是删掉test.py需要提交,增加Test.py需要提交,怎么办呢? 解决办法: 手动切换到工程目录下,使用小乌龟commit ![](https://box.kancloud.cn/793adee00dd074bb9f99cd8a558a7661_618x522.png) 如图,就是这两个文件了,commit即可