Hi, Stefan I looked /var/log/httpd/access_log and found an error. XXX.XXX.XXX.XXX - kitajima [30/May/2012:16:14:26 +0900] "GET /svn/ project1 HTTP/1.1" 301 249 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/ 534.57.2"
This looks like that /svn/project1 is moved permanently. But, /var/lib/ svn/project1 does exist.(In subversion.conf, I define "SVNParentPath / var/lib/svn"). In the error_log, I found the line [Thu May 31 16:51:38 2012] [error] [client XXX.XXX.XXX.XXX] Could not fetch resource information. [301, #0] [Thu May 31 16:51:38 2012] [error] [client XXX.XXX.XXX.XXX] Requests for a collection must have a trailing slash on the URI. [301, #0] I tried again with slash at the end of the svn URI, but it didn't work and showed the same error message. Can you find any information? On 5ζ31ζ₯, εεΎ6:12, Stefan Sperling <s...@elego.de> wrote: > On Thu, May 31, 2012 at 12:46:09PM +0900, Masaru Kitajima wrote: > > Hi, all! > > > I do need your help. > > > I'm running CentOS 5.8 and Subversion 1.6.11 on a VPS. > > > When I try to connect to the repository from my client Versions.app for Mac, > > an error message is shown. > > "Couldnotreadstatusline: Connection reset by peer" > > It is clear that the connection between client and server was > terminated. But the message provides no information about why > this happened, unfortunately. > > Can you please look at the server-side logs? > There should be access_log and error_log files on the server, possibly > in /var/log/httpd (I don't remember exactly which path is used on CentOS). > Maybe those files contain some related information? > > > > > > > > > I use http to connect to the repository,nothttps as I haven't configured SSL > > connection on my server. > > > I installed Subversion using yum. And am confusing that two packages were > > installed. > > > Package subversion-1.6.11-10.el5_8.x86_64 > > Package subversion-1.6.11-10.el5_8.i386 > > > I don't know why two packages were installed. > > > Anyway, please help me to solve thestatuslineissue. > > > Thanks in advance for your help > > > Kindest regards, > > Masaru