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

Re: Post-commit issues using commit-email.pl

From: Binod <binod3_at_gmail.com>
Date: 2007-05-10 04:58:04 CEST

Hey Jason thanks so much for your help.

I have few questions though....
I understood the part of changing

my @project_settings_list = (&new_project);
to
my @project_settings_list = ();
(I believe I give my project name there. For Example if my project is in
path/to/repos/Project1 , I put Project1 inside the brackets..correct me if I
am wrong),

Talking about other parameters within commit-email.pl what else should I
change: I believe the following :
<<$sendmail= "usr/sbin/sendmail">> --- I uncommented this as I use sendmail
and gave the proper path for sendmail and
commented <<#$smtp= "127.0.0.1">>

For my $svnlook I made following changes << my $svnlook = path/to/svnlook>>

I believe I need to make some changes in this particular part of the script
as well,,(correct me if i am wrong)

  <<my @email_addresses = @{$project->{email_addresses}};
    my $userlist = join(' ', @email_addresses);
    my $to = join(', ', @email_addresses);
    my $from_address = $project->{from_address};>>>

I am confused on all this, Can you explain this please and how to configure
all these as well, if I have 3 developers group who access three different
projects within one repos.Where do I define the developers group and their
email addresses per project.

Thanks,
Binod
Received on Thu May 10 04:58:25 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.