[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: .htaccess commit issue

From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Wed, 2 Feb 2011 06:18:01 -0600

On Feb 2, 2011, at 05:30, debu --- Debajit kataki wrote:

> I have an Apache-SVN server and what i have noticed that any folder with .htaccess file or even ^.ht wont get committed in SVN.
>
> I understand that this is an expected security behavior by apache, but what I am looking here a proven workaround, so that my users can commit those folder also which has such file in it.
>
> Below is my current config:

[snip]

> <Files ~ "^\.ht">
> Order allow,deny
> Deny from all
> Satisfy All
> </Files>

I have basically the same snippet in my httpd.conf, globally, for all vhosts, and it does not prevent me from committing .htaccess files to my repository. I suspect something else in your httpd.conf that you haven't shown us is preventing this.
Received on 2011-02-02 13:18:46 CET

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.