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

Re: Post Commit

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-08-23 19:55:23 CEST

On 23.08.2005, at 18:54, Burgan, DeborahX wrote:

> 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

Do you need to specify the full path to commit-email.pl in the post-
commit script?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 23 19:58:36 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.