> From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com]
> 
> 
> You would need to redirect stdout and stderr someplace, for example to a
> log file or to /dev/null.

Precisely.  Thank you.  This works:

#!/bin/sh
/usr/local/subversion-1.6.12/bin/svnsync sync --non-interactive
--sync-username someuser --sync-password somepass svn://slave/targetrepo &>
/dev/null &

Reply via email to