On Wed, 23 Jun 2010 15:23:44 -0400, Karen Tracey wrote:

> On Wed, Jun 23, 2010 at 2:08 PM, Martin 'golodhrim' Scholz <
> scholz....@googlemail.com> wrote:
> 
>> Hi List,
>>
>> I try to sync with the svn repo of django but all I get is
>>
>> # svn co http://code.djangoproject.com/svn/django/trunk django-trunk
>> svn: The server responded in an anwaited way(504 Gateway Time-out) to
>> the question PROPFIND for »/svn/django/trunk«
>>
>> someone an idea how to solve this?
> 
> 
> Just a guess based on the "gateway time-out" but it sounds like your
> machine is behind some sort of gateway/proxy that does not fully support
> the HTTP methods that SVN requires. So your machine says "PROPFIND", the
> gateway drops the request on the floor because it does not support it,
> and eventually your machine times out and gives you that error message.
> 
> If that is the problem, and you have control over the gateway/proxy, you
> could perhaps fix/configure it to support these methods. But I'm
> guessing you don't control the gateway box causing the problem, in which
> case the only way I know of to fix it is to use a machine that is not
> behind the broken proxy/gateway.
> 
> Alternatively you could just install a released version via one of the
> two first options listed here:
> http://docs.djangoproject.com/en/1.2/intro/install/#install-django. Or
> if you really want to be keeping up with the latest trunk level, one of
> the unofficial DVCS mirrors may be a way to go -- if you are interested
> in that then mention what DVCS you'd prefer to use and someone may be
> able to point you in the right direction.
> 
> Karen
> --
> http://tracey.org/kmt/

Hi Karen,

thanks for your hint, as other svn repos are working, I don't know where 
to look for the error in the gateway, but if someone has a git repo 
somewhere it would be nice to know, as I know these normaly don't fail.

Greetings
-- 
---
Martin 'golodhrim' Scholz
Auf dem Sattler 4
34516 Ederbringhausen
Phone: +49 6454 799623
mobile: +49 176 63301749
Fax: +49 6454 
e-Mail: scholz....@googlemail.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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to