Tools
[Intellij] SVN no appropriate protocol (protocol is disabled or cipher suites are inappropriate)
범작물
2021. 10. 6. 19:39
인텔리제이에서 SVN에 Commit을 진행하다가 아래와 같은 오류가 발생했다.
[Commit failed with error]
No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
그럴 경우, 아래와 같이 설정해주면 SVN에 커밋할 수 있다.
Settings > Version Control > Subversion
이후 commit을 진행하면 정상적으로 처리된다.