If you use Subversion to update your published web pages, you can avoid the access to any .svn directory by adding some rules to .htaccess file. The files under these folders produce a vulnerability on security checks.
RewriteEngine On
RewriteRule ^.svn/(.*)$ http://www.netvivs.com [R]
