0
votes

I am trying to checkout code from webrtc.googlecode.com/svn/trunk. When I use HTTPS, everything is fine. When I try with HTTP, I get error E175002: could not connect to repository. My subversion preferences in ~/.subversion are empty. I am using Mac OS X Mountain Lion. I installed subversion using Brew. I used Wireshark to trace the traffic and noticed that when I say svn co http://webrtc.googlecode.com/src/trunk, the traffic is on port 443 and not on port 80. Something is forcing svn to use https instead of the specified http. I also disabled VPN to make sure that is not playing any tricks.

Any help would be greatly appreciated.

1
are you making sure that it is read-only? Full command svn checkout http://webrtc.googlecode.com/svn/trunk/ webrtc-read-only ? - Benjamin Trent
I am using the instructions from link I am stuck at gclient sync --force. This is where the svn checkout happens. - Rama
So, you using gclient sync or using svn manually? - Benjamin Trent
Used gclient sync..Did not work..Then did svn manually..still did not work.. - Rama

1 Answers

1
votes

The problem was with Cisco AnyConnect VPN. I uninstalled it from the system and everything worked perfectly.