参考于https://www.cnblogs.com/zhujiabin/p/6708012.html

idea使用svn提交时出现错误Warning not all local changes may be shown due to an error

idea使用svn提交时出现错误Warning not all local changes may be shown due to an error

解决方案:

1、File > Settings > Version Control > Subversion 取消选中 "use command line client" > ok。

2、重启idea,重复第一步,然后选中 "use command line client"

3、重启搞定。

造成原因:提交时有冲突,合并了冲突之后,再提交发现出现了错误

按照上面的方法解决之后,发现文件是已经提交上去了,可能是已经提交了,但是idea没有检测到变化

相关文章:

  • 2021-11-26
  • 2021-05-18
  • 2022-01-13
  • 2021-05-27
  • 2022-12-23
  • 2021-06-22
  • 2021-09-12
  • 2021-06-24
猜你喜欢
  • 2021-10-29
  • 2021-11-18
  • 2022-12-23
  • 2021-11-29
  • 2022-01-13
  • 2021-07-24
  • 2021-05-04
相关资源
相似解决方案