intellij idea报错“Error updating changes: svn: E155036: Please see the 'svn upgrade'..........”

使用intellij idea时间不长,使用svn更新和提交代码一直都没问题,突然今天提示“Error updating changes: svn: E155036: Please see the 'svn upgrade'..........”错误,百思不得其解,最后经过一段时间的摸索,终于解决

问题截图:
--------------------- 
作者:骑着乌龟漫步 
来源:CSDN 
原文:https://blog.csdn.net/u010608551/article/details/80597673 
版权声明:本文为博主原创文章,转载请附上博文链接!

intellij idea报错“Error updating changes: svn: E155036: Please see the 'svn upgrade'..........”_第1张图片

解决方法:

1、执行cmd命令,并切换目录到idea的工程目录文件夹

2、执行svn upgrade

intellij idea报错“Error updating changes: svn: E155036: Please see the 'svn upgrade'..........”_第2张图片

3、回到intellij idea工具中,点开Version Control,工具栏,点击左上角的“刷新”按钮

4、问题解决

intellij idea报错“Error updating changes: svn: E155036: Please see the 'svn upgrade'..........”_第3张图片

你可能感兴趣的:(IDEA)