[Orca-users] Re: subversion connection through proxy
Jon A. Tankersley
jon.tankersley at eds.com
Tue Apr 29 21:37:54 PDT 2003
Okay, I've re-built subversion.
I have ~/.subversion/server that has a global section that looks like:
[global]
http-proxy-exceptions = *.myorg.com, *.myotherorg.com
http-proxy-host = same-as-netscape-proxy.myorg.com
http-proxy-port = 80
http-proxy-username = username_for_netscape_proxy
http-proxy-password = password_for_netscape_proxy
# http-compression = yes
# No http-timeout, so just use the builtin default.
# No neon-debug-mask, so neon debugging is disabled.
I get the following:
myhost % svn co http://svn.orcaware.com:8000/repos/tags/orca/0.27/
svn: RA layer request failed
svn: The path was not part of a repository
svn: PROPFIND of /: Could not read response body: Connection reset by peer
myhost % svn co http://svn.orcaware.com:80/repos/tags/orca/0.27/
svn: RA layer request failed
svn: The path was not part of a repository
svn: PROPFIND of /: Could not read response body: Connection reset by peer
I try proxy-host to be the same host as I specify for ncftp. Same result.
More information about the Orca-users
mailing list