-
Is WordPress automatic install / upgrade compatible with a SVN deployment of WordPress?
Question: Is the built-in WordPress automatic install / upgrade process compatible with a SVN deployment of WordPress? Short answer: Yes. Ever since WordPress came out with the automatic upgrade functionality in 2.7 I’ve hesitated to use it since the majority of our client installs are deployed using Subversion (svn) and I wasn’t sure how it…
-
How to disallow browsing of .svn directories on your server
If you deploy projects live out of Subversion repositories to public web servers, here’s a good tip for denying access to the .svn directories to keep people from snooping around your files. Edit your global Apache config file (httpd.conf) or .htaccess file to include the following directive: # Disallow any .svn directory browsing <directory ~…