Re: Django svn over https?

2006-05-28 Thread Arthur
Hi Vladimir Pouzanov wrote: > Eugene Lazutkin wrote: >> SVN checkouts behind firewalls are usually solved by talking to >> administrators and using proper HTTP proxies. > Any hints how to fix squid so it handle that DAV stuff correctly? As far as I know, you would have to add extension_methods

Re: Django svn over https?

2006-05-28 Thread Vladimir Pouzanov
On 5/28/06, Todd O'Bryan <[EMAIL PROTECTED]> wrote: > Setting up a proxy with SSH is outlined here: > > http://subversion.tigris.org/faq.html#proxy Thanks, fixed my squid installation ;) -- Sincerely, Vladimir "Farcaller" Pouzanov http://www.hackndev.com

Re: Django svn over https?

2006-05-28 Thread Vladimir Pouzanov
On 5/28/06, Eugene Lazutkin <[EMAIL PROTECTED]> wrote: > SVN checkouts behind firewalls are usually solved by talking to > administrators and using proper HTTP proxies. Any hints how to fix squid so it handle that DAV stuff correctly? -- Sincerely, Vladimir "Farcaller" Pouzanov

Re: Django svn over https?

2006-05-28 Thread Eugene Lazutkin
Could you clarify what exactly you tried to download? I assume you tried to download the latest release (0.91). Please try this link: http://www.djangoproject.com/download/0.91/tarball/ or this link: http://www.djangoproject.com/download/0.91/egg/ If you want "things done quickly" without

Re: Django svn over https?

2006-05-28 Thread chrismorrish
I think this is really important. I am unable to download Django because I am behind a University firewall. I imagine many students who want to try Django will be in the same position as me. I find it ridiculous that getting Django is such a hassle. I thought it was meant to be about getting

Re: Django svn over https?

2006-05-09 Thread Vladimir Pouzanov
+1 On 5/9/06, Pradeep Kishore Gowda <[EMAIL PROTECTED]> wrote: > +1 for HTTPS access. -- Sincerely, Vladimir "Farcaller" Pouzanov http://www.hackndev.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: Django svn over https?

2006-05-09 Thread Pradeep Kishore Gowda
+1 for HTTPS access. On 5/8/06, Mr. P <[EMAIL PROTECTED]> wrote: Apologies for dredging up a (slightly) old thread, but I have the sameproblem.Again it is not a policy problem but a technological one, and easilysolved. Our proxy here does not support the WebDAV extensions needed for SVN access but

Re: Django svn over https?

2006-05-08 Thread Mr. P
Apologies for dredging up a (slightly) old thread, but I have the same problem. Again it is not a policy problem but a technological one, and easily solved. Our proxy here does not support the WebDAV extensions needed for SVN access but doesn't interfere with an HTTPS connection at all, allowing

Re: Django svn over https?

2006-04-10 Thread Tom Tobin
On 4/10/06, Adam <[EMAIL PROTECTED]> wrote: > > Augh, ok, sort of nevermind. Right after I hit "post", the guy who told > me our firewall wouldn't support WebDAV over http told me we have an > http proxy outside the firewall that I could use. So problem solved for > me, but it still might be

Re: Django svn over https?

2006-04-10 Thread Adam
Augh, ok, sort of nevermind. Right after I hit "post", the guy who told me our firewall wouldn't support WebDAV over http told me we have an http proxy outside the firewall that I could use. So problem solved for me, but it still might be useful for others with similarly draconian firewall

Django svn over https?

2006-04-10 Thread Adam
Is there any chance of making the django subversion repository available over https? I'm stuck behind a firewall that will let me do svn checkouts over https, but not http. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google