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

Hooks problems

From: Joaquín Ayuso <jayuso_at_obralia.com>
Date: 2004-07-09 14:12:34 CEST

Well,

Hope everybody don't get mad on me but I still don't get my
post-commit hook to work:

------------------------
#!/bin/sh

EXEC_PATH="`dirname $0`"

REPOS=${1}
REV=${2}

echo "${REPOS}" > /export/home/a_b2bep/svn/hooks/hola.txt
REV="`svn export file:///export/home/a_b2bep/svn /export/home/a_b2bep/svn/hooks/pruebas`"
echo "${REV}" > /export/home/a_b2bep/svn/hooks/fin.txt
------------------------

it executes both "echo" lines, but not the "svn" one :-( sure is just
a silly thing. Permissions over the directories are correctly assigned
to the Apache user and also the execution of the script.

I've tryed everithing, but found no solutions.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 9 14:13:09 2004

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.