[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [Subclipse-users] Problem checkouting subclipse via a proxy

From: MATHUS Baptiste <mathus.b_at_mipih.fr>
Date: 2007-01-08 17:03:47 CET

________________________________

De : Mark Phippard
Envoyé : lundi 8 janvier 2007 14:52
À : users@subclipse.tigris.org
Objet : Re: [Subclipse-users] Problem checkouting subclipse via a proxy

        On 1/8/07, MATHUS Baptiste wrote:
        

                We recently spoke about the bug with emf in subclipse. I just tried to checkout subclipse so as to create a release from the trunk. The thing is: I don't manage to retrieve the repo, here's the error I get in the console:
                
                checkout -r HEAD http://subclipse.tigris.org/svn/subclipse/trunk/subclipse/core <http://subclipse.tigris.org/svn/subclipse/trunk/subclipse/core>
                    RA layer request failed
                svn: REPORT request failed on '/svn/subclipse/!svn/vcc/default'
                svn: REPORT of '/svn/subclipse/!svn/vcc/default': 400 Bad Request (http://subclipse.tigris.org <http://subclipse.tigris.org> )
                
                I guess this is due to our proxy which does not support every WebDav calls. Do you know:
                * if something can be done in the proxy conf. I could try and convince our admin to add it...

        I just know they'd have to add support for the WebDAV methods. Usually it fails on PROPFIND, so maybe they have enabled some of them and need to add REPORT?
         

 It seems like PROPFIND is OK. I guess the error message is meant to be quite clear though:
svn: REPORT of '/svn/subclipse/!svn/vcc/default': 400 Bad Request (http://subclipse.tigris.org <http://subclipse.tigris.org> )
 
My sysadmin just said he added the following line into the squid configuration file. However, I just retested and it still does not work:
"acl report method REPORT"

Does anybody know if this is the right thing to do? Anybody knowing what to put in place, if not?

Thanks a lot
Received on Mon Jan 8 17:03:56 2007

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.