svn access behind a companies firewall

If you have any 'mechanical' forge related issues/suggestions, pop them in here.
Post Reply
havanna
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Nov 12, 2005 1:04 pm

svn access behind a companies firewall

Post by havanna » Thu Feb 09, 2006 11:55 am

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?

User avatar
Jonah
Joomla! Intern
Joomla! Intern
Posts: 55
Joined: Thu Aug 18, 2005 6:02 pm
Contact:

Re: svn access behind a companies firewall

Post by Jonah » Mon Feb 13, 2006 8:45 am

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.
http://jext.info/ - Tutorials and Downloads.
http://whalehosting.ca/ - Commercial Joomla! Solutions.

havanna
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Nov 12, 2005 1:04 pm

Re: svn access behind a companies firewall

Post by havanna » Sat Feb 18, 2006 4:00 pm

Yes, it does but not thru most http proxies


Post Reply