When I tried to update the svn, the following error occurred:
Could you tell me how to solve this problem?
$svn up
Updating '.':
svn:E175002:Unable to connect to a repository at URL'https://example.com/'
svn:E175002:OPTIONS (URL:'https~)'):SSL handshake failed:SSL>disabled due to library version mismatch (https~)
Based on the information you gave me in the comments section, I was able to solve the problem by typing the following command from the terminal.
Reference Page:
SVN:SSL disabled due to library version mismatch
$sudo port upgrade neon
This post was posted as a community wiki based on @kitcon's comments.
© 2024 OneMinuteCode. All rights reserved.