Remote svn commits through webdav fails with "CHECKOUT response did not contain a 'Location:' header" error
From: Landry <landry_at_fr.homeunix.org>
Date: 2006-04-13 00:11:17 CEST
Hello all !
I've set up a subversion server through webdav/apache on my server, and
Local dir creations and commits through svn ci/mkdir file:///home/svn
Remote checkout through svn co http://server/svn works too (as list/info
I tried with and without authentification, the error is the same:
svn ci index.php -m "table"
The error message is kinda weird, as normal remote checkout works. It
Telnetting my server, trying various WebDAV commands, reading the FAQ
My setup:
Apache2 httpd.conf:
LoadModule dav_svn_module modules/mod_dav_svn.so
<Location /svn>
<LimitExcept GET PROPFIND OPTIONS REPORT>
AuthType Basic
My repository was created in /home/svn with svnadmin create. I did chown
The file /etc/svn-auth-file was created with htpasswd -cm
I don't run any proxy/firewall between the host and the server.
Server version: Apache/2.0.52 (CentOS 4.2)
Thanks for any help and suggestion. I can provide more details/debug
Landry.
---------------------------------------------------------------------
|
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.