You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Summers <da...@summersoft.fay.ar.us> on 2002/06/22 22:11:34 UTC

False alarm(but maybe still problem): post-commit hooks

I'm not sure what I was doing wrong before but I've got it figured out 
now.  I had to put the complete path to the commit-email.pl file in the 
post-commit hook like so:

post-commit:
============
#/bin/sh
REPOS=${1}
REV=${2}
/home/svnroot/test/hooks/commit-email.pl ${REPOS} ${REV} 
david@summersoft.fay.ar.us
============

Sorry for the false alarm.  BTW, when I got it wrong, it seemed to really 
mess up the subversion repository, I had to erase and re-create it each 
time because otherwise, it would hang when trying to do a "svn log 
/home/svnroot/test" or other access via the web server.

If it will help I can probably produce a recipe for repository hang.

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org