On Jun 4, 2010, at 01:39, Mauro Gatti wrote:
>>> Use of uninitialized value in exec at
>>> /usr/lib/perl5/site_perl/5.8.8/SVN/Notify.pm line 2303.
>>> Can't exec "": No such file or directory at
>>> /usr/lib/perl5/site_perl/5.8.8/SVN/Notify.pm line 2303.
>>
>> I added two flags to svnnotify:
>>
ks
Regards
Mauro
From: Mauro Gatti
To: Ryan Schmidt
Cc: users@subversion.apache.org
Sent: Thu, June 3, 2010 5:47:41 PM
Subject: Re: post-commit script sends a void message
Hi Ryan,
I added two flags to svnnotify:
--svnlook
--sendmail
and now i got only these t
.
Anyway now I can see a well formatted message.
Do you know why this still happens?
Thank You
Regards
Mauro
From: Mauro Gatti
To: Ryan Schmidt
Cc: users@subversion.apache.org
Sent: Thu, June 3, 2010 4:57:31 PM
Subject: Re: post-commit script sends a void
.org
Sent: Tue, June 1, 2010 11:23:39 PM
Subject: Re: post-commit script sends a void message
On Jun 1, 2010, at 06:52, Mauro Gatti wrote:
> Ryan Schmidt wrote on Tue, June 1, 2010 at 12:40:
>
>> On Jun 1, 2010, at 05:31, Mauro Gatti wrote:
>>
>> > #!/bin/sh
>>
Ryan Schmidt wrote on Tue, 1 Jun 2010 at 16:23 -0500:
> On Jun 1, 2010, at 06:52, Mauro Gatti wrote:
> > [ ... about post-commit hooks ... ]
>
> Hmm. I wasn't aware it was possible for $1 to not contain the full
> absolute path to the repository. I wonder why in your case it isn't.
The code doesn
On Jun 1, 2010, at 06:52, Mauro Gatti wrote:
> Ryan Schmidt wrote on Tue, June 1, 2010 at 12:40:
>
>> On Jun 1, 2010, at 05:31, Mauro Gatti wrote:
>>
>> > #!/bin/sh
>> > MAIL_LIST="/opt/data/svn_repositories/email.list"
>> > PATH_TO_REPOS="/opt/data/svn_repositories/"
>> > REPOS="$1"
>> > REV="
OS seems well formed with a full path aspect.
Regards
Mauro
From: Ryan Schmidt
To: Mauro Gatti
Cc: users@subversion.apache.org
Sent: Tue, June 1, 2010 12:40:00 PM
Subject: Re: post-commit script sends a void message
On Jun 1, 2010, at 05:31, Mauro Gatti wrote:
On Jun 1, 2010, at 05:31, Mauro Gatti wrote:
> I'm trying to implement a post commit script based on svnnotify which should
> send an email with some information after a commit.
> Unluckily I receive a mail with a void body.
> If I run this script manually the email message is ok but I got anywa
Hi all,
I'm trying to implement a post commit script based on svnnotify which should
send an email with some information after a commit.
Unluckily I receive a mail with a void body.
If I run this script manually the email message is ok but I got anyway this
error:
substr outside of string at /us