On Apr 11, 2015, at 2:50 AM, Pragati Srivastava wrote:
> 
> When i m trying to sync ports tree using subversion, the following command 
> giving error
> $svn co http://svn.macports.org/repository/macports/trunk/dports/ .
> 
> 
> Error:
> svn: E175002: Unable to connect to a repository at URL 
> 'http://svn.macports.org/repository/macports/trunk/dports'
> 
> svn: E175002: OPTIONS of 
> 'http://svn.macports.org/repository/macports/trunk/dports': could not connect 
> to server (http://svn.macports.org)

Then your network's proxy is blocking OPTIONS and other WebDav methods used by 
Subversion. You can circumvent that block by using https instead of http, since 
a proxy cannot see the content of encrypted connections.

_______________________________________________
macports-users mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to