svn修改了密码,intellij idea 提交报错

问题描述:修改了svn的用户密码,导致Intellij idea 提交代码报错,花了点时间寻找修改密码的入口,记录一下。

错误:0 files committed, 1 file failed to commit: TrendMapper.xml,优化 svn: E170001: Commit failed (details follow): svn: E170001: Authentication error from server: Password incorrect

没有找到intellij idea 修改svn用户名密码的入口,只在tortoise svn 中找到了修改入口。

1,打开项目所在文件夹,右键列表->tortoise SVN -> setting->saved data ->authentication data 点击 clean -> 选择对应的svn地址,(或者直接clean all),确定.

svn修改了密码,intellij idea 提交报错
        2,清除过用户数据后,右键,SVN  commit 重新提交一次修改过的文件,会弹出用户密码窗口,输入正确的用户名密码即可,在intellij idea 中该文件的状态不会刷新,还是待提交文件状态,直接再次提交文件即可 。