Error connecting to an Apache svn server remotely
From: Kenny Q. Zhu <kzhu_at_cs.sjtu.edu.cn>
Date: Sun, 15 May 2011 13:35:18 +0800
I set up an apache SVN server on an Opensuse Linux server within the
kzhu@tux:~$ svn list http://www.xxx.edu/mysvn
svn: OPTIONS of 'http://www.xxx.edu/mysvn': Could not parse response status
kzhu@tux:~$ svn list http://www.www.edu/mysvn
svn: PROPFIND of '/mysvn': Could not read status line: connection was closed
I looked at the apache access log on the server, and see these:
xxx.xxx.xxx.xxx - - [15/May/2011:13:26:04 +0800] "OPTIONS /mysvn HTTP/1.1"
xxx.xxx.xxx.xxx - kzhu [15/May/2011:13:26:05 +0800] "OPTIONS /mysvn
I also looked at the access log of successful access to the serve from
yyy.yyy.yyy.yyy - - [15/May/2011:13:29:34 +0800] "OPTIONS /mysvn HTTP/1.1"
yyy.yyy.yyy.yyy - kzhu [15/May/2011:13:29:34 +0800] "OPTIONS /mysvn
yyy.yyy.yyy.yyy - kzhu [15/May/2011:13:29:34 +0800] "PROPFIND /mysvn
yyy.yyy.yyy.yyy - kzhu [15/May/2011:13:29:34 +0800] "PROPFIND
yyy.yyy.yyy.yyy - kzhu [15/May/2011:13:29:34 +0800] "PROPFIND
... omitted more lines.
I looked at the firewall on the opensuse server (in yast) and make sure that
|
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.