I tried to checkout jommla 1.1 behind my company firewall. The only way is to setup the svn client to use a proxy server. But the proxy doesn't understand the extended http protocol like PROPFIND. I thought the best way is to use https but got
302 Found (https://scm.joomla.org)
Is there a chance to get https support for svn from scm.joomla.org for better accessability?
svn access behind a companies firewall
Re: svn access behind a companies firewall
http works:
but highly insecure of course. yes, https would be nice.
Code: Select all
svn co http://scm.joomla.org/svn/repos/***/trunk/*** --username *** --password ***
but highly insecure of course. yes, https would be nice.
Re: svn access behind a companies firewall
Yes, it does but not thru most http proxies