Re: Checkout with Tortoise SVN

2007-07-09 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 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]> wrote:
>
> > 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://
> > code.djangoproject.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?hl=en
-~--~~~~--~~--~--~---



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]> wrote:
> 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://
> code.djangoproject.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?hl=en
-~--~~~~--~~--~--~---



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
HTTP request methods, you might want to check the SubVersion FAQ (
which applies to TortoiseSVN, too). Namely the HowTo section, see:
http://subversion.tigris.org/faq.html#proxy

http://subversion.tigris.org/faq.html#http-methods lists the used HTTP
methods.

With kind regards,
Daniel

--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



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 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 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://
>> code.djangoproject.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?hl=en
-~--~~~~--~~--~--~---



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 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://
> code.djangoproject.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?hl=en
-~--~~~~--~~--~--~---



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://
code.djangoproject.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?hl=en
-~--~~~~--~~--~--~---



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 under windows. This works too.

Cheers,
Gary.

tsc wrote:
> 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
> 
> 
> > 

--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



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


--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---