Re: SVN Problems

2010-06-23 Thread Martin 'golodhrim' Scholz
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 d

Re: SVN Problems

2010-06-23 Thread Karen Tracey
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 Gatew

SVN Problems

2010-06-23 Thread Martin 'golodhrim' Scholz
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? Greeti

Re: TemplateSyntaxError at /admin/sites/site/ Trying to use Tutorial 02 .96 and svn problems

2008-03-25 Thread jmDesktop
I found the poster at the devshed article is only partially right. It is those directories that are missing, but you need them from the .96 version. I found them here: http://code.djangoproject.com/browser/django/branches/0.96-bugfixes/django/contrib/admin On Mar 25, 10:53 am, jmDesktop <[EM

TemplateSyntaxError at /admin/sites/site/ Trying to use Tutorial 02 .96 and svn problems

2008-03-25 Thread jmDesktop
Hi, trying to learn Django and I am following everything in the tutorial. However, when originally I tried to load the admin site I got an templatedoesnotexist error. I followed this: http://forums.devshed.com/showpost.php?p=1856484&postcount=2 got the svn for post .96 and put in the admin tem