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

Hidding .svn directories on Apache

From: Ronan Lucio <ronan_at_tiper.com.br>
Date: 2006-11-30 21:09:01 CET

Hello,

As I have the website as a workcopy of the repository, it have
a .svn diretory for each directory/subdirectory in the struct.

Intending to secure the application and the server Iīd like that
those folders arenīt accessible via browser.

So, I follow the Subversion FAQ and put the lines

<DirectoryMatch "^/.*/\.svn/">
    Order deny,allow
    Deny from all
</DirectoryMatch>

in the /etc/httpd/conf.d/subversion.conf file that is included
by the httpd.conf file.

But it isnīt working. I still can browser the directories.

Any help would be appreciated,
Ronan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 30 21:09:20 2006

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.