2010/4/21 Giulio Troccoli :
> It looks like your post-commit hooks is a ksh, so have you tried adding & at
> the end? Like
>
> ant all -f MDM-Leitfaden/ant_scripts/mdm-leitfaden.xml > /tmp/dita.log 2>&1 &
great! though my fist line is #!/bin/bash, but of course I forgot that
additional "&" for p
> I need to run an ant script after a commit, so I used a
> post-commit script for that. However, even if I put the ant
> call into the background and redirect stdout and stderr, it
> still returns only after the ant call is done. I found an old
> discussion about this
> (http://svn.haxx.se/dev/arc