You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jeronimo Ginzburg <je...@primary.com.ar> on 2007/03/06 16:31:42 UTC

Checkout error with http

I have a problem while trying to checkout a very simple and small 
project. I've tried in subclipse 1.0.2/1.0.5/1.2 and also in 
tortoiseSVN. I can browse the project in the SVN Repository Explorer but 
when I try to check it out I always have the same error:
    RA layer request failed
svn: REPORT request failed on '/testproject/!svn/vcc/default'
svn: REPORT of '/testproject/!svn/vcc/default': Could not read status 
line: An established connection was aborted by the software in your host 
machine.   (http://www.mysite.com)

I'm using Subversion 1.4.2 with Apache 2.0.59 in windows 2000. The 
Apache server has only the subversion module with its default installation.
I've seen in the mailing list archives that this error has been reported 
before, but I couldn't find a solution posted.

Any help will be appreciated,
Jero

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Checkout error with http

Posted by Jeronimo Ginzburg <jj...@primary.com.ar>.
I 've found the cause of the problem is that Subversion uses 
non-standard HTTP methods which Squid doesn't forward. I'd like to know 
if there is any other way to solve the problem without adding to 
squid.conf the line "extension_methods REPORT MERGE MKACTIVITY 
CHECKOUT", because I don't have access to the Squid configuration.

Jero

Jeronimo Ginzburg wrote:

> I have a problem while trying to checkout a very simple and small 
> project. I've tried in subclipse 1.0.2/1.0.5/1.2 and also in 
> tortoiseSVN. I can browse the project in the SVN Repository Explorer 
> but when I try to check it out I always have the same error:
>    RA layer request failed
> svn: REPORT request failed on '/testproject/!svn/vcc/default'
> svn: REPORT of '/testproject/!svn/vcc/default': Could not read status 
> line: An established connection was aborted by the software in your 
> host machine.   (http://www.mysite.com)
>
> I'm using Subversion 1.4.2 with Apache 2.0.59 in windows 2000. The 
> Apache server has only the subversion module with its default 
> installation.
> I've seen in the mailing list archives that this error has been 
> reported before, but I couldn't find a solution posted.
>
> Any help will be appreciated,
> Jero
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Checkout error with http

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 6, 2007, at 10:31, Jeronimo Ginzburg wrote:

> I have a problem while trying to checkout a very simple and small  
> project. I've tried in subclipse 1.0.2/1.0.5/1.2 and also in  
> tortoiseSVN. I can browse the project in the SVN Repository  
> Explorer but when I try to check it out I always have the same error:
>    RA layer request failed
> svn: REPORT request failed on '/testproject/!svn/vcc/default'
> svn: REPORT of '/testproject/!svn/vcc/default': Could not read  
> status line: An established connection was aborted by the software  
> in your host machine.   (http://www.mysite.com)
>
> I'm using Subversion 1.4.2 with Apache 2.0.59 in windows 2000. The  
> Apache server has only the subversion module with its default  
> installation.
> I've seen in the mailing list archives that this error has been  
> reported before, but I couldn't find a solution posted.

Does your Apache error log have any more detailed info?

If you try to verify your repository (using svnadmin verify) does it  
report any problems?



-- 

To reply to the mailing list, please use your mailer's Reply To All  
function


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Checkout error with http

Posted by Andy Levy <an...@gmail.com>.
On 3/7/07, Jeronimo Ginzburg <je...@primary.com.ar> wrote:
> I 've found the cause of the problem is that Subversion uses
> non-standard HTTP methods which Squid doesn't forward. I'd like to know
> if there is any other way to solve the problem without adding to
> squid.conf the line "extension_methods REPORT MERGE MKACTIVITY
> CHECKOUT", because I don't have access to the Squid configuration (I
> suppose there is no other way).

I'm sure they're perfectly standard HTTP methods (HTTP is more than
just web browsing - SVN uses WebDAV, which is part of HTTP), they're
just outside the realm of the basic GET, POST and HEAD ones which
plain web browsers use and most proxies allow by default.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Checkout error with http

Posted by Jeronimo Ginzburg <je...@primary.com.ar>.
I 've found the cause of the problem is that Subversion uses 
non-standard HTTP methods which Squid doesn't forward. I'd like to know 
if there is any other way to solve the problem without adding to 
squid.conf the line "extension_methods REPORT MERGE MKACTIVITY 
CHECKOUT", because I don't have access to the Squid configuration (I 
suppose there is no other way).

Jero

Jeronimo Ginzburg wrote:

> I have a problem while trying to checkout a very simple and small 
> project. I've tried in subclipse 1.0.2/1.0.5/1.2 and also in 
> tortoiseSVN. I can browse the project in the SVN Repository Explorer 
> but when I try to check it out I always have the same error:
>    RA layer request failed
> svn: REPORT request failed on '/testproject/!svn/vcc/default'
> svn: REPORT of '/testproject/!svn/vcc/default': Could not read status 
> line: An established connection was aborted by the software in your 
> host machine.   (http://www.mysite.com)
>
> I'm using Subversion 1.4.2 with Apache 2.0.59 in windows 2000. The 
> Apache server has only the subversion module with its default 
> installation.
> I've seen in the mailing list archives that this error has been 
> reported before, but I couldn't find a solution posted.
>
> Any help will be appreciated,
> Jero
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org