首页 > 其他分享> > svn commit提交出现svn: E200009: Commit failed (details follow): xxx is not under version control
svn commit提交出现svn: E200009: Commit failed (details follow): xxx is not under version control
作者:互联网
先说下环境:
subversion:TortoiseSVN-1.14.1.29085-x64-svn-1.14.1.msi
IDEA subversion插件:
原因:
使用idea进行subversion进行commit文件时,出现这种error信息。
Commit failed with error
0 file committed, 366 files failed to commit: xxxxxxxxx描述信息
svn: E200009: Commit failed (details follow):
svn: E200009: 'xxxxxxxxxx\word\曢鍐荤璇〃.docx' is not under version control
但是在文件夹管理和IDEA项目结构进行查看对应目录的文件并未乱码。原因不明。
解决方法:
使用IDEA进行commit一直报上面的error信息,提交失败。
最后使用项目根目录的右键菜单,选择 SVN Commit... 后,输入提交的信息和要提交的文件。
最后点击 OK 进行提交成功。
可能导致成功的其他因素:
1. 设置了环境变量LANG
其他参考:
1. https://tech.forums.softwareag.com/t/is-configuration-with-svn-as-vcs-issues/120287
这可能是个神奇的bug,13年至今,我都能遇到。虽然导致的具体原因不明。
标签:svn,control,E200009,subversion,failed,提交,Commit,commit 来源: https://www.cnblogs.com/XingXiaoMeng/p/16591459.html