[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2002-06-23 00:11:34 CEST

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_at_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
Received on Sun Jun 23 00:14:46 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.