Re: Checkout with Tortoise SVN

2007-07-08 Thread tsc
Hallo, and thank you all very much. I will ask my administrator and tell you if it worked. Thanks On 6 Jul., 23:06, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I have seen this error before. > > It is usually because your proxy doesn't support the PROPFIND > command. Ask your administrator

Re: Checkout with Tortoise SVN

2007-07-06 Thread [EMAIL PROTECTED]
I have seen this error before. It is usually because your proxy doesn't support the PROPFIND command. Ask your administrator to upgrade the proxy (usually squid) to a version that supports this, or to reconfigure the proxy to allow this HTTP method. On Jul 6, 5:21 am, tsc <[EMAIL PROTECTED]> wr

Re: Checkout with Tortoise SVN

2007-07-06 Thread Daniel S. Reichenbach
Hi, > I'm on Windows and using Tortoise SVN, which has worked nice so far > for other projects, but not for django. I dont even get an error > message. http://code.djangoproject.com/svn/django/trunk/django is the > right source? If you are behind a Squid proxy, or any other proxy that restricts H

Re: Checkout with Tortoise SVN

2007-07-06 Thread Horst Gutmann
It might be a problem with your proxy server. This error looks like Tortoise sends a REPORT command to the SVN server that the proxy server doesn't understand. You can find some details about this in the SVN FAQ [1]. [1] http://subversion.tigris.org/faq.html#proxy - Horst Gary Doades wrote: > I

Re: Checkout with Tortoise SVN

2007-07-06 Thread Gary Doades
I can't say I've used Tortoise SVN through a proxy before and I've never seen that error. You might be better off asking the guys over at Tortoise SVN what that error means. Regards, Gary. tsc wrote: > Sorry, but I've forgotten to set the proxy server in Tortoise. Now it > worked a little bett

Re: Checkout with Tortoise SVN

2007-07-06 Thread tsc
Sorry, but I've forgotten to set the proxy server in Tortoise. Now it worked a little better. But other repositories work witout the proxy settings too, hmm strange. Now I get another error: REPORT request failed on '/svn/!svn/vcc/default' REPORT of '/svn/!svn/vcc/default': 400 Bad Request (http:/

Re: Checkout with Tortoise SVN

2007-07-06 Thread Gary Doades
I use Tortoise SVN for windows XP without any problems. I update from trunk almost daily. It's certainly the right url that you have. What version of Tortoise SVN are you using? Can you browse the repository? The other way to get it would be to use the Subversion command line tools themselves

Checkout with Tortoise SVN

2007-07-06 Thread tsc
Hello, I'm on Windows and using Tortoise SVN, which has worked nice so far for other projects, but not for django. I dont even get an error message. http://code.djangoproject.com/svn/django/trunk/django is the right source? So are there other ways to get the latest version? Thanks, tsc --~--~-