Re: Subversion 1.6.15 commit error
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Wed, 2 Mar 2011 10:06:23 -0600
On Mar 2, 2011, at 07:11, Ivan wrote:
> when i commit a project, this error is reporting
Is it just files named .htaccess (or .ht*) that have this problem? If so, check your apache httpd.conf for rules blocking .htaccess (or .ht*) files. It is necessary for apache to block web clients from accessing .ht* files, as they might contain passwords or other security-related settings, and there is a common way of blocking access to these files that should not interfere with Subversion being able to manage those files (the way provided in most default httpd.conf files I've seen); maybe you're using a different way of blocking them that's causing this problem.
|
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.