Skip to content

Instantly share code, notes, and snippets.

I'm writing this so I can test notifications.
@eryno
eryno / svn-lint.php
Last active August 29, 2015 14:17 — forked from omnicolor/svn-lint.php
#!/usr/bin/php
<?php
/**
* CLI utility to lint all changed files in a local SVN repo.
* Modified from a pre-commit Subversion script by Omni Adams.
*
* @author Omni Adams <omni@digitaldarkness.com>
* @author Eryn O'Neil <eryn@clockwork.net>