On Tue, Feb 24, 2009 at 3:07 PM, Konrad Hinsen
<konrad.hin...@laposte.net> wrote:
>
> On Feb 24, 2009, at 9:26, atreyu wrote:
>
>> i get this error:
>>
>> svn: server sent unexpected return value (400 Bad Request) in response
>> to REPORT request for  '/svn/!svn/vcc/default'
>>
>> yes im a newbie with subversion and im behind a proxy in a windows pc.
>> I try to configure the proxy settings but dont work
>
> I had such error messages when working behind  a proxy that didn't
> support subversion's extensions to the http protocol. If that's your

They are not Subversion extensions.  They are HTTP methods used for
WebDAV which is the protocol Subversion uses (when using http:// or
https:// URLs.)  i.e. it's not just some weird protocol Subversion
invented :)

> case, the only solution is to talk to the people who manage the proxy
> and ask them to allow those extensions. With most modern proxy
> software, that is easy to do (modify the configuration).

See the following FAQs:

http://subversion.tigris.org/faq.html#proxy
http://subversion.tigris.org/faq.html#http-methods

Sometimes the people who host Subversion repositories make them
available via other ports and/or via https in order to work around the
problem with proxies that don't support all the WebDAV methods needed
by Subversion.

If you can't get fix or get around the proxy then you will need to
fetch Clojure from somewhere like an unofficial Git repository.  I
don't know the URL off hand, but it's been mentioned on the Clojure
group.

-- 
Michael Wood <esiot...@gmail.com>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to