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

Post Commit

From: Burgan, DeborahX <deborahx.burgan_at_intel.com>
Date: 2005-08-23 18:54:27 CEST

I have setup the commit-email.pl and the post-commit file with the
appropriate information and if I enter this from a cmd line

[servername:/nfs/dp/proj/vt/itp/svn/repos/source/hooks] >>perl
commit-email.pl /nfs/dp/proj/vt/itp/svn/repos/source 800 -s
SVN:project-source deborahx.burgan@intel.com

It works great but when we checkin code it doesn't work automatically.
Is there something else I need to do?

commet-email.pl
# Sendmail path.
my $sendmail = "/usr/sbin/sendmail";

# Svnlook path.
my $svnlook = "/nfs/dp/proj/vt/itp/svn/SubVersion/bin/svnlook";

post-commit
REPOS="$1"
TXN="$2"

commit-email.pl "$REPOS" "$REV" -s SVN: deborahx.burgan@intel.com

Thanks

Debbie

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 23 18:58:11 2005

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.