apache
<Directory "/opt/www/svip/gift/webroot">
RewriteEngine On
RewriteRule \.svn\/ /404.html
</Directory>
nginx
rewrite (\/\.svn\/) 404.html;