Subversion: svn protocol with HTTP / HTTPS proxy

I need to do svn checkout, say

svn checkout svn://XYZ.com/trunk.

I am using svn client due to proxy. I have accessed other repositories using the http protocol in the past, but with the svn protocol, it fails with "Connection Refused", so I believe that the port is not allowed by proxy. However, HTTP is not supported on the server.

However, svn + ssh connects, but asks for an account on the server that I don’t have?

Is there any way out other than requesting an account?

Please note that I cannot affect the proxy settings.

+5
source share
1 answer

SVN , Windows "C:\Documents and Settings\mjohansen\Application Data\Subversion\servers". ( , Linux .) , "http-proxy-host", "http-proxy-port" .. . -.

, SVN. , SVN, Tortoise Subclipse SVN Eclipse.

, -.

+1

All Articles