Skip to content

Instantly share code, notes, and snippets.

@mbaker3
mbaker3 / RB-precommit.php
Last active November 18, 2022 08:42 — forked from omnicolor/RB-precommit.php
SVN pre-commit intergration with Review Board
#!/usr/bin/php
<?php
/**
* Pre-commit Subversion script.
*
* Forces the commit message to have a line like
* review: 42
* and checks that the review has received a Ship It! from
* a peer.
* @author Omni Adams <omni@digitaldarkness.com>