I\'m trying to svn checkout this library https://code.google.com/p/google-api-objectivec-client/source/checkout but my svn doesn\'t connect from a particular macbook, same inter
I had the same problem, had to uninstall Cisco AnyConnect and it works. But if you need both then uninstall Cisco VPN and re-install it without the "Web Security" component.
Running both Syncro and Cisco AnyConnect.
The culprit was Cisco AnyConnect, I uninstalled it and svn works
I removed all the previous auth ssl server by the command:
rm ~/.subversion/auth/svn.ssl.server/*
and all worked again.
I had the same problem, I also had cisco anyconnect, but my solution was to change the URL to https and it seemed to work.
That is I edited
http://google-api-objectivec-client.googlecode.com/svn
to
https://google-api-objectivec-client.googlecode.com/svn
in the script file
When I used homebrew to install, I had this problem too.
I changed the formula URL from https
to http
and it worked.
The path in my book is /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/
Steps what I did to solve the problem:
dscacheutil -flushcache
svn update
and it worked this time