|
From: Philippe W. <phi...@sk...> - 2012-03-06 20:42:34
|
I just committed a fix for a leak in readdwarf3.c and got the below error message. Any idea what this is ? Philippe (the commit itself was succesful, I guess no email was sent with the commit information). [philippe@soleil fix_rd3_leak]$ svn commit Sending coregrind/m_debuginfo/readdwarf3.c Transmitting file data . Committed revision 12419. Warning: post-commit hook failed (exit code 127) with output: /home/svn/repos/valgrind/hooks/post-commit: /usr/local/etc/subversion//commit-email.pl: not found [philippe@soleil fix_rd3_leak]$ |
|
From: Florian K. <br...@ac...> - 2012-03-07 02:16:07
|
On 03/06/2012 03:42 PM, Philippe Waroquiers wrote: > I just committed a fix for a leak in readdwarf3.c and got > the below error message. > > Any idea what this is ? > The svn server got moved yesterday or so. Something in the subversion installation has changed. It'll be fixed soonish. Florian |
|
From: Julian S. <js...@ac...> - 2012-03-07 13:48:33
|
On Tuesday, March 06, 2012, Philippe Waroquiers wrote: > I just committed a fix for a leak in readdwarf3.c and got > the below error message. > > Any idea what this is ? > > Philippe > (the commit itself was succesful, I guess no email was sent with the > commit information). > > > [philippe@soleil fix_rd3_leak]$ svn commit > Sending coregrind/m_debuginfo/readdwarf3.c > Transmitting file data . > Committed revision 12419. > > Warning: post-commit hook failed (exit code 127) with output: > /home/svn/repos/valgrind/hooks/post-commit: > /usr/local/etc/subversion//commit-email.pl: not found Yeah, the svn server got migrated to a different and newer VM. The server is working but the commit-email script is still in the process of being fixed. J |