Post-Commit Hook
From: King, Rogie <RoKing_at_carroll.edu>
Date: 2005-12-09 18:33:58 CET
I am creating a post-commit hook. The intent is to do an svn update in
REPOS="$1"
REV="$2"
/usr/home/svn/commit-email.pl "$REPOS" "$REV" -r me@mydomain.com
The above code is working lovely. As soon as I add this line, the
/usr/local/bin/svn update
If I "su svn" on the server and try to run that command in command line,
svn: Can't open file
I also recursively chown'd my directory to change the ownership of the
Still not working. Any help?
|
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.