Mono post-commit silent failures
From: Kevin <hellosticky_at_gmail.com>
Date: 2007-11-28 14:47:23 CET
Hi, I have post-commit scripts in python and perl without issue, now
#!/bin/sh
echo `date` >> /tmp/out.txt
Then I have a simple C# file test.cs:
using System;
public class Program
I compiler with:
> gmcs test.cs
If I tail /tmp/out.txt during a commit, I see the first echo date,
If I do for example /usr/local/bin/mono -help >> /tmp/out.txt 2>&1
It works, printing the mono help information, so clearly I can execute
I have two questions that I would greatly appreciate help on:
1. Does anyone know why this is not working from a remote commit
Thanks!
---------------------------------------------------------------------
|
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.