You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by 刘斌 <li...@gmail.com> on 2011/01/22 04:42:22 UTC

Could not read status line: connection was closed by server

Hello everyone
I am seeing a odd problem.
one of my developers on windows 2003,running the CollabNet-supported
Subversion 1.6.15 binaries, does this command:
svn commit
following this error:
Could not read status line: connection was closed by server

on the svn server, there is nothing in the apache log.

but on the same machine, I open the Subversion repo browser, then create
folder\add files
which all can be successful.

what's the possible reason?do you give me any advises, thank you!

Re: Could not read status line: connection was closed by server

Posted by Jonathan Paul <jo...@wandisco.com>.
And to be more helpful, these would usually be in the main httpd.conf
file... increase Timeout and KeepAliveTimeout (providing KeepAlive is On). I
would use something like 20 mins to start (value of 1200) - it may be
overkill, you'll have to experiment!

On 24 January 2011 17:19, Jonathan Paul <jo...@wandisco.com> wrote:

> I would check the Timeout values for your Apache server - it looks like you
> need to increase these values. I'm not sure where the Apache configuration
> files are with Edge though.
>
>
>
>
>
>
>> ---------- Forwarded message ----------
>> From: 刘斌 <li...@gmail.com>
>> Date: Sat, Jan 22, 2011 at 8:38 AM
>> Subject: Re: Could not read status line: connection was closed by server
>> To: Blair Zajac <bl...@orcaware.com>, users@subversion.apache.org
>>
>>
>>
>> using https
>>
>> this happened on each workcopy respond to each repos on the server when
>> commit;but,
>> the problem is only occured at workcopy, adding files and creating folder
>> on subversion
>> client repo browser to the server is ok.
>>
>>
> --
>
>
>


-- 
Jonathan Paul,

Re: Could not read status line: connection was closed by server

Posted by Jonathan Paul <jo...@wandisco.com>.
I would check the Timeout values for your Apache server - it looks like you
need to increase these values. I'm not sure where the Apache configuration
files are with Edge though.






> ---------- Forwarded message ----------
> From: 刘斌 <li...@gmail.com>
> Date: Sat, Jan 22, 2011 at 8:38 AM
> Subject: Re: Could not read status line: connection was closed by server
> To: Blair Zajac <bl...@orcaware.com>, users@subversion.apache.org
>
>
>
> using https
>
> this happened on each workcopy respond to each repos on the server when
> commit;but,
> the problem is only occured at workcopy, adding files and creating folder
> on subversion
> client repo browser to the server is ok.
>
>
--

Re: Could not read status line: connection was closed by server

Posted by 刘斌 <li...@gmail.com>.
using https

this happened on each workcopy respond to each repos on the server when
commit;but,
the problem is only occured at workcopy, adding files and creating folder on
subversion
client repo browser to the server is ok.

Re: Could not read status line: connection was closed by server

Posted by Blair Zajac <bl...@orcaware.com>.
On 1/21/2011 7:42 PM, 刘斌 wrote:
> Hello everyone
> I am seeing a odd problem.
> one of my developers on windows 2003,running the CollabNet-supported
> Subversion 1.6.15 binaries, does this command:
> svn commit
> following this error:
> Could not read status line: connection was closed by server
> on the svn server, there is nothing in the apache log.
> but on the same machine, I open the Subversion repo browser, then create
> folder\add files
> which all can be successful.
> what's the possible reason?do you give me any advises, thank you!

How are you connecting to the server, file:///, http://, https://, 
svn://, svn+ssh://?

If you're using http://, then try using https://.  If the later works, 
then there's something in the network that's affecting the traffic.

Regards,
Blair