Page 1 of 1

svn access behind a companies firewall

Posted: Thu Feb 09, 2006 11:55 am
by havanna
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?

Re: svn access behind a companies firewall

Posted: Mon Feb 13, 2006 8:45 am
by Jonah
http works:

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

Posted: Sat Feb 18, 2006 4:00 pm
by havanna
Yes, it does but not thru most http proxies