↧
SVN autobackup restore
I have been using Doug Hellman’s useful svnautobackup script for our subversion backups. I think it is a pretty useful script, but it only focuses on backups and not restoration. During a recent server...
View ArticleOverride PHP’s mail() function during development
When doing local development we generally don’t want our test servers sending out mail to the world. And it would be ideal to be able to review the emails our application does send out before deploying...
View ArticleUseful PHP Subversion Commit Hook
Here is a subversion pre-commit hook script we use on PHP projects to make sure the developer making the commit is providing a meaningful description, and then PHP lint is run on each PHP script to...
View Article