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 REPORT MERGE MKACTIVITY CHECKOUT

to your squid.conf file. But I don't use squid, so check that first.

Arthur

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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
http://www.hackndev.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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 "such a hassle", the latest 
stable version is the way to go. If by "downloading" you actually meant 
"checking out Django's SVN repository", be duly warned that it is a 
developer's version, which may be not documented properly and may 
contain some untested code. As such it's not exactly suitable for RAD 
unless you have a prior experience with Django, or willing to spend some 
extra time tinkering.

SVN checkouts behind firewalls are usually solved by talking to 
administrators and using proper HTTP proxies.

Thanks,

Eugene

chrismorrish wrote:
> 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 things done quickly. I also thought they wanted it
> to gain popularity. Is there anyway round this problem?
> 
> 
> > 
> 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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 things done quickly. I also thought they wanted it
to gain popularity. Is there anyway round this problem?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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 users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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 doesn't interfere with an HTTPS connection at all,allowing full SVN access. Unfortunately we cannot connect to externalproxies.The solution is simple from the server side: simply allow access via
https://code.djangoproject.com/svn/ _as well as_ the usual URL. Even aself-signed certificate would be fine. Nobody else even notices thechange.This would save me and people in a similar situation a lot of hassle.
With the recent magic-removal merge I have switched all of mydevelopments to trunk (some were using releases), but this involves USBkeys and trips home to fetch the trunk now!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Django users" group.  To post to this group, send email to django-users@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/django-users  -~--~~~~--~~--~--~---


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 full SVN access. Unfortunately we cannot connect to external
proxies.

The solution is simple from the server side: simply allow access via
https://code.djangoproject.com/svn/ _as well as_ the usual URL. Even a
self-signed certificate would be fine. Nobody else even notices the
change.

This would save me and people in a similar situation a lot of hassle.
With the recent magic-removal merge I have switched all of my
developments to trunk (some were using releases), but this involves USB
keys and trips home to fetch the trunk now!


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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 useful for others with similarly draconian
> firewall issues.

This is an issue that should be taken up with one's system
administrator(s); if you need to access a resource to do your job, yet
your organization will not allow you the means to do so (even after
requesting such, and especially when those means do not exactly fall
into the realm of the exotic, e.g., accessing a public subversion
repository over HTTP), you might want to question the sanity of your
organization's policy-makers, and act accordingly.  :-)

Changing Django's repository to allow HTTPS access would be addressing
the symptom here, not the disease; what's even worse is that enough of
such concessions might convince daft system administrators that they
need to clamp down on the *workarounds* (e.g., HTTPS), rather than
addressing the draconian policy itself.  Hopefully many such policies
are less harsh than they first appear, allowing use of approved
methods (e.g., proxies) when the need arises for developers.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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 issues.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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 Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---