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

subversion Could not read status line error

From: Masaru Kitajima <kitajima_at_prime-kobo.com>
Date: Wed, 30 May 2012 16:30:46 +0900

Hi, everyone.

I'm Masaru Kitajima, a Japanese and I'm new to this list.

I was building up a VPS server, and installed subversion as below:
# yum -y install mod_dav_svn subversion

And I created repository as below:
# mkdir -p /var/lib/svn/
# svnadmin create /var/lib/svn/project
# chown -R apache:apache /var/lib/svn/project

And I made /etc/httpd/conf.d/svn.conf as below:
<Location /svn>
DAV svn
SVNParentPath /var/lib/svn
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile /etc/httpd/conf.d/svn_auth
Require valid-user
</Location>

I added me as a user using
# htpasswd -c /var/lib/svn/.htpasswd kitajima
entered password.

# touch /etc/httpd/conf.d/svn_auth
# htpasswd /etc/httpd/conf.d/svn_auth kitajima
entered password.

And then restarted httpd.

Until yesterday, I could connect to the server using http.
And I can see the repository page using web browser.

But today, when I tried to checkout using Versions.app on my Mac,
an error message was shown saying
"subversion Could not read status line: Connection reset by peer".
I still can see the repository page using web browser.

I googled for this issue and search this mailing list's archive,
but nothing helped.

How can I solve this problem? I need your help.

Thanks in advance,
Masaru

<><><><><><><><><><><><><><><><><><><><><><><><><><>
Manager / Photographer / Lecturer / Writer
Masaru Kitajima

+81-11-616-9437(office)
+81-80-3293-2009(Softbank)
+81-80-5583-9839(au)
<><><><><><><><><><><><><><><><><><><><><><><><><><>
Received on 2012-05-30 09:36:09 CEST

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

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