Re: Server side script to prevent uncommented commits
From: Dominic Anello <danello_at_danky.com>
Date: 2005-03-29 21:45:01 CEST
On 2005-03-29 13:27:01 -0600, Bill Jackson wrote:
Here's what I use:
#!/bin/sh
umask 0002
repo=$1
$svnlook log $repo -t $txn | $grep '[[:alnum:]]' >> /dev/null
if [ $err -ne 0 ]; then
-- In the final reckoning there is only love, only that divinity. That we are capable only of being what we are remains our unforgivable sin.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.