#22129: Subversion client not working properly -----------------------------------+---------------------------------------- Reporter: tobias@… | Owner: dluke@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: worksforme | Keywords: Port: subversion | -----------------------------------+---------------------------------------- Comment(by tobias@…): Sorry for not providing enough details. I'm aware that the bug tracker should only be used for real bugs. On the other hand, I've been using exactly the same SVN configuration as before, which worked perfectly, including virtual hosts. I've just recompiled MacPorts from scratch and followed the general MacPorts SVN instructions precisely. Unfortunately, I've encountered the same error as before: tte@enso:~/svn-template$ svn import . http://svn.lo/playground -m "Initial import." svn: MKACTIVITY of '/playground/!svn/act/9b535b91-8c14-4701-a6bc- e53a8a437515': Could not read status line: connection was closed by server (http://svn.lo) Here's the Apache configuration part: {{{ <VirtualHost *:80> ServerName svn.lo <Location /> DAV svn SVNParentPath /svn SVNListParentPath on </Location> ErrorLog "/www/logs/svn.lo/error.log" CustomLog "/www/logs/svn.lo/access.log" common </VirtualHost> }}} Here's the relevant part of the virtual host's access log: {{{ 127.0.0.1 - - [17/Oct/2009:19:38:00 +0200] "GET / HTTP/1.1" 200 293 127.0.0.1 - - [17/Oct/2009:19:38:01 +0200] "GET /playground/ HTTP/1.1" 200 244 127.0.0.1 - - [17/Oct/2009:19:38:03 +0200] "OPTIONS /playground HTTP/1.1" 200 190 127.0.0.1 - - [17/Oct/2009:19:38:03 +0200] "PROPFIND /playground HTTP/1.1" 207 651 127.0.0.1 - - [17/Oct/2009:19:38:03 +0200] "PROPFIND /playground/!svn/vcc/default HTTP/1.1" 207 402 127.0.0.1 - - [17/Oct/2009:19:38:03 +0200] "PROPFIND /playground/!svn/bln/0 HTTP/1.1" 207 453 127.0.0.1 - - [17/Oct/2009:19:38:03 +0200] "PROPFIND /playground/!svn/bc/0 HTTP/1.1" 207 661 }}} There are no entries in the error log. The strange thing is that web access works perfectly; I'm able to browse my repositories. The dav_svn and authz_svn modules are enabled in httpd.conf, the /svn directory and its subdirectories also have the right permissions. I'd be glad if you have any pointers. Thanks Tobias -- Ticket URL: <http://trac.macports.org/ticket/22129#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS