[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: howto svnsync ... without waiting

From: Edward Ned Harvey <svn_at_nedharvey.com>
Date: Sun, 7 Nov 2010 19:56:05 -0500

> From: Ryan Schmidt [mailto:subversion-2010d_at_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 &
Received on 2010-11-08 01:56:52 CET

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.