Subversion failure behind proxy only to anonsvn.mit.edu
Ken Raeburn
raeburn at MIT.EDU
Tue Feb 23 01:35:31 EST 2010
On Feb 22, 2010, at 20:01, Jeff Blaine wrote:
> Per the instructions:
>
> src:> svn co svn://anonsvn.mit.edu/krb5 trunk
> svn: Can't connect to host 'anonsvn.mit.edu': Connection timed out
>
> src:> grep ^http ~/.subversion/servers
[...]
That's http proxy info you're looking at; the anonsvn repository is accessed with "svn:" -- a different protocol, and a different port number. The http proxy info doesn't apply.
> Other various subversion checkouts work fine with the
> same environment, such as:
>
> svn co http://svn.apache.org/repos/asf/subversion/trunk subversion
What about other repositories accessed with "svn:" instead of "http:"?
My guess is you'll need a proxy set up (or need to specify proxy info?) for the svn protocol.
Ken
More information about the krbdev
mailing list