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

Re: Hiding .svn folders from apache

From: David Rees <drees_at_greenhydrant.com>
Date: 2004-10-30 19:51:43 CEST

Marcin Gil wrote, On 10/30/2004 10:41 AM:
> Dnia sobota, 30 października 2004 19:32, David Rees napisał:
>
>><Location ~ "/\.svn">
>> Order allow,deny
>> Deny from all
>></Location>
>>
>
> <Directory ~ "^/\.svn">
> Order allow, deny
> Deny from all
> </Directory>
>
> how 'bout this?

That will only match /.svn in your root directory. Please have a look
at how regular expressions work.

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 30 19:52:38 2004

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.