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

Re: commit-email.pl: problems with regex

From: Tremal Naik <tremalnaik_at_gmail.com>
Date: 2007-08-08 13:45:18 CEST

2007/8/2, Tremal Naik <tremalnaik@gmail.com>:
> I'm facing a problem with the commit-email.pl script. I can

I think I've found a solution, posting here FYI. I noticed other
people had the same problem.
The fix is really easy, it's sufficient changing the line:

my @project_settings_list = (&new_project);

to

my @project_settings_list = ();

even if this means that you'll always have to invoke the script with
the '-m' option, eventually to match any project (-m ".")

-- 
TREMALNAIK
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 8 13:43:44 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.