Deny access to .svn directories with lighttpd
$HTTP["url"] =~ "/\.svn/" { url.access-deny = ( "" ) }
TextSnippets > baumanj > lighttpd
1159 users tagging and storing useful source code snippets
$HTTP["url"] =~ "/\.svn/" { url.access-deny = ( "" ) }