Forum Topic - checkout source through a proxy server: (6 Items)
   
checkout source through a proxy server  
I just tried to check out the coreos though a proxy server:

****@oekan227 ~/QNX
$ svn checkout --username ***** http://community.qnx.com/svn/repo
s/coreos_pub/trunk
svn: REPORT request failed on '/svn/repos/coreos_pub/!svn/vcc/default'
svn: REPORT of '/svn/repos/coreos_pub/!svn/vcc/default': 400 Bad Request (http://community.qnx.com)

Is this a server related error or a client error message?

Attached i post the ~/.subversion/servers file.
Attachment: Text servers 3.24 KB
Re: checkout source through a proxy server  
Hmm. What happens if you use your web-browser on the url:

http://community.qnx.com/svn/repos/coreos_pub/trunk/

?
-ad
Re: checkout source through a proxy server  
I cannot try it out, since I'm now at home. But I tried browsing the source from my iexplorer in the office and it 
worked fine. I saw the subversion tree and code view the sourse of the dumper.

Perhaps I should play around with the proxy configuration in the servers file. Is there any change, that a wrong 
protocol of http request/post... is selected?

/PIET
Re: checkout source through a proxy server  
Fixed!
need to add next string in Squid config file:
extension_methods REPORT MERGE MKACTIVITY CHECKOUT PROPFIND
Re: checkout source through a proxy server  
Your're lucky, that you can change the squid configuration. So, I will contact out IT to figure out, if they are willing
 to change the local squid configuration.

As searching for the solution from Yuriy, I got some hints, that SOCKS5 may be an alternative solutions. Seaching for 
'svn socks5' did not points me to nay reasonalbe information.

Is there any good place known?

-piet

Re: checkout source through a proxy server  
I have same error (REPORT ... 400 Bad Request).  Web interface working fine.
Using TortoiseSVN.