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

Re: .svn folders

From: Juanma Barranquero <lekktu_at_gmail.com>
Date: 2005-01-20 09:40:14 CET

> Shouldn't this be:
>
> <LocationMatch "/\/\.svn/">
>
> The value is a regex, and both slash and dot need to be escaped.

According to Apache docs:

> <LocationMatch "/(extra|special)/data">
>
> would match URLs that contained the substring /extra/data or /special/data.

so perhaps:
<LocationMatch "/\.svn">

-- 
                    /L/e/k/t/u
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 20 09:42:50 2005

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.