IntelliJ Idea doesn't work properly with svn update

前端 未结 3 910
梦谈多话
梦谈多话 2021-02-06 12:47

I constantly get the same error during svn update or compare operations in IntelliJ Idea Community edition:

svn: E175002: Received fatal alert: unexpected_messag         


        
3条回答
  •  难免孤独
    2021-02-06 13:34

    Adding -Dsvnkit.http.sslProtocols=SSLv3 option in IDEA_HOME\bin\idea.exe.vmoptions file resolved issue for me.

    See http://youtrack.jetbrains.com/issue/IDEA-90335

提交回复
热议问题