[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: Kenneth Porter <shiva_at_sewingwitch.com>
Date: 2005-01-20 11:01:45 CET

--On Thursday, January 20, 2005 9:40 AM +0100 Juanma Barranquero
<lekktu@gmail.com> wrote:

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

Would DirectoryMatch be better? The docs indicate that it's preferred for
matching objects in the filesystem, which is the case here. Adapting the
example for it here:

<http://www.hk8.org/old_web/linux/apache/ch03_03.htm>

This should work:

<DirectoryMatch /\.svn$>

Alas, I haven't found any Apache documentation explaining precisely how a
regex should be entered in a directive, ie. whether and when it needs
quoting.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 20 11:04:08 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.