You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/05/08 01:22:22 UTC

svn commit: r404868 - /maven/components/trunk/maven-meeper/src/bin/syncopate/sync

Author: brett
Date: Sun May  7 16:22:19 2006
New Revision: 404868

URL: http://svn.apache.org/viewcvs?rev=404868&view=rev
Log:
batch mode

Modified:
    maven/components/trunk/maven-meeper/src/bin/syncopate/sync

Modified: maven/components/trunk/maven-meeper/src/bin/syncopate/sync
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/syncopate/sync?rev=404868&r1=404867&r2=404868&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/syncopate/sync (original)
+++ maven/components/trunk/maven-meeper/src/bin/syncopate/sync Sun May  7 16:22:19 2006
@@ -80,7 +80,7 @@
         $repoDirectory = $sourceConfiguration->val( "host", "repoDirectory" );
     }
     
-    my $cmd = "rsync $standardOptions $options --rsh=\"ssh -T -l $rsyncUser\" $address:$directory/ $repoDirectory";
+    my $cmd = "rsync $standardOptions $options --rsh=\"ssh -o BatchMode -T -l $rsyncUser\" $address:$directory/ $repoDirectory";
     
     runRsync( $cmd, $sourceConfiguration );