RE: howto svnsync ... without waiting

2010-11-07 Thread Edward Ned Harvey
> 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

Re: howto svnsync ... without waiting

2010-11-07 Thread Ryan Schmidt
On Nov 6, 2010, at 19:37, Edward Ned Harvey wrote: > On the master, I have the svnsync command in the post-commit hook. I have > tried with, or without the “&” at the end of the line. When a svn client > does a commit … the svn client doesn’t return from the commit until the sync > has compl

howto svnsync ... without waiting

2010-11-07 Thread Edward Ned Harvey
On the master, I have the svnsync command in the post-commit hook. I have tried with, or without the "&" at the end of the line. When a svn client does a commit . the svn client doesn't return from the commit until the sync has completed too. I would like the "svn commit" to complete as soon as