Sergey Skvortsov <s...@protey.ru> writes: > Also, in 1.7 reading repos is working fine: > > "OPTIONS /svn/foo/bar HTTP/1.1" 200 > "REPORT /svn/foo/bar/!svn/me HTTP/1.1" 200 > > but only POST fails: > "POST /svn/foo/bar/!svn/me HTTP/1.1" 500 > > So the problem is not in Apache or configuration but in mod_dav_svn itself.
Yes, POST requests are handled differently. You should be able to work around the problem by disabling the v2 protocol using: SVNAdvertiseV2Protocol off -- Philip