Skip to content

Instantly share code, notes, and snippets.

@astrowq
astrowq / RB-precommit.php
Created July 26, 2023 14:42 — forked from omnicolor/RB-precommit.php
SVN pre-commit intergration with Review Board
#!/usr/local/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>