您的位置:首页 > 其它

subversion to old报错

2016-07-21 10:42 211 查看
提交修改作业时候 出现提示 no changes detected 然后跟资源库的文件进行对比 发现控制台提示

Error:svn: E155036: Please see the 'svn upgrade' command svn: E155036: The working copy at 'G:\project\idaplus\idaplus-centre-platform\idaplus-centrePlatform-web' is too old (format 29) to work with client version '1.8.11 (r1643975)' (expects format 31). 

挺郁闷的

后来找到一个方子  -- 在该project中有svn目录的那个目录 用命令行打开 输入svn upgrade 然后再 intellj idea中 打开setting 窗口 找到subversion 在general中找到clean auth cache 就好了

如果还是不行 再试试选择vcs -refresh file status
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  intellj idea