Re: post-commit/commit-email issue
From: Paul L Lussier <pll_at_lanminds.com>
Date: 2003-05-15 16:19:16 CEST
In a message dated: Wed, 14 May 2003 15:54:10 EDT
>perl commit-email.pl "$REPOS" "$REV" cwu@deltartp.com?
Why are you invoking this as 'perl commit-email.pl...' ?
The /bin/sh environment may or may not pick up the path to the perl
I'd re-write this as:
/path/to/commit-email.pl "$REPOS" "$REV" cwu@deltartp.com
I'm assuming here that the commit-email.pl script has a #!/path/to/perl
/path/to/perl /path/to/commit-email.pl "$REPOS" "$REV" cwu@deltartp.com
just to be safe.
Of course, to avoid this in the future, you may want to create a
That way, you can configure all your settings once for all your
Just my sysadmin $.000002 :)
-- Seeya, Paul -- Key fingerprint = 1660 FECC 5D21 D286 F853 E808 BB07 9239 53F1 28EE It may look like I'm just sitting here doing nothing, but I'm really actively waiting for all my problems to go away. If you're not having fun, you're not doing it right! --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu May 15 16:20:54 2003 |
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.