commit-email.pl: problems with regex
From: Tremal Naik <tremalnaik_at_gmail.com>
Date: 2007-08-02 15:44:28 CEST
Hi to the fellowship of Subversion,
commit-email.pl "$REPOS" "$REV" --from "no_replies@fuffa.com" --diff n
but when I try to use the '-m' switch to filter the project paths like this:
commit-email.pl "$REPOS" "$REV" -m ".*\/deploy\/.*" --from
It does't work. I think I'm invoking it correctly according to the synopsis:
"usage (commit mode):
Invoking the script from command line I get the error:
"./commit-email.pl: use of either `-h' or `--from' is mandatory when
and debugging the script with the perl debugger I see that the problem may be:
else
In fact, when the '-m' switch is invoked, the $current_project
foreach my $project (@project_settings_list)
the project at index 0 in the @project_settings_list is
Any hints?
I hope it's me doing something inappropriate
-- TREMALNAIK --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Aug 2 15:43:05 2007 |
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.