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

Internal server error on PROPFIND of .htaccess file

From: Szerdahelyi, Andras <andras.szerdahelyi_at_citi.com>
Date: Thu, 25 Sep 2008 14:52:21 +0200

Hi users_at_subversion.tigris.org

I store a web project in an svn repository served by apache. My project
includes versioned .htaccess files. (for rewrite rules and access
control) I was able to import them fine into the repository but PROPFIND
fails with

svn: CHECKOUT request failed on
'/svn/gdsunix/!svn/ver/14/web/app/webroot/.htaccess'
svn: CHECKOUT of '/svn/gdsunix/!svn/ver/14/web/app/webroot/.htaccess':
500 Internal Server Error

What am I doing wrong? Are the .htaccess files being parsed by apache?
I've set AllowOverride to None in two
locations inside the apache config:

<Directory /home/svn>
    AllowOverride None
</Directory>

<Location /svn>
    DAV svn

    SVNParentPath /home/svn
    SVNPathAuthz off
    AuthType Basic
    AuthName "GDS repository"
    AllowOverride None
    AuthUserFile /usr/svnusers
    Require valid-user
</Location>

All other files can be checked out and updated fine.

All suggestions are welcome..
Thanks!
Andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-25 16:08:58 CEST

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.