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

Problems with the commit-email script

From: Jon Wood <jon.wood_at_unitesouthampton.co.uk>
Date: 2004-02-21 06:37:33 CET

I've been trying all day to use svn, but at the moment can't, because
the commit-email script isn't running properly.

I'm using a setuid (root) svnserve through an SSH tunnel (svn+ssh), and
have checked that the post-commit hook is being run by getting it to
dump commit info to a text file.

When I run the script by hand on the server (as root), the e-mail is
sent fine, but then when I do a commit, nothing ever gets sent.

post-commit script:
----------------------------
                                                                 
REPOS="$1"
REV="$2"
 
commit-email.pl "$REPOS" "$REV" jon.wood@unitesouthampton.co.uk

I'm using the vanilla commit-email.pl, as built by the latest FreeBSD
port of svn (svn, version 0.37.0 (r8509), from svn --version)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 21 08:09:34 2004

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.