Subversion: svn protocol with HTTP/HTTPS proxy
Posted
by Neeraj
on Stack Overflow
See other posts from Stack Overflow
or by Neeraj
Published on 2010-03-19T04:31:27Z
Indexed on
2010/03/19
4:41 UTC
Read the original article
Hit count: 316
Hi all,
I need to do a svn checkout,say
svn checkout svn://XYZ.com/trunk.
I am using the svn client from behind the proxy. I had accessed other repositries using the http protocol in past but with svn protocol,it fails with "Connection Refused", reason I think being the port not allowed by the proxy.Nonetheless, the HTTP protocol is not supported on the server.
However, svn+ssh gets connected but it prompts for an account at that server which I don't have?
Is there any way out other than requesting for an account?
Note that I can't affect the settings of the proxy server.
© Stack Overflow or respective owner