subversion post-commit hook stopped working
From: Faheem Mitha <faheem_at_email.unc.edu>
Date: 2003-10-15 19:57:30 CEST
Dear People.
I was using a post-commit hook as follows.
#! /bin/sh
if [ $(/sbin/ifconfig | grep -cs eth0) != 0 ]; then
rm -rf /home/faheem/backsvn/svn*
fi
This hook worked fine with 0.26 but I just upgraded to 0.30 and it no
The hook works fine when run on its own. Any suggestions what I might
Faheem.
---------------------------------------------------------------------
|
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.