Author: carlos
Date: Fri Feb 26 19:29:37 2010
New Revision: 916791

URL: http://svn.apache.org/viewvc?rev=916791&view=rev
Log:
Remove the -n option to reeanble the syncs

Modified:
    maven/repository-tools/trunk/src/bin/synchronize-central-to-ibiblio.sh

Modified: maven/repository-tools/trunk/src/bin/synchronize-central-to-ibiblio.sh
URL: 
http://svn.apache.org/viewvc/maven/repository-tools/trunk/src/bin/synchronize-central-to-ibiblio.sh?rev=916791&r1=916790&r2=916791&view=diff
==============================================================================
--- maven/repository-tools/trunk/src/bin/synchronize-central-to-ibiblio.sh 
(original)
+++ maven/repository-tools/trunk/src/bin/synchronize-central-to-ibiblio.sh Fri 
Feb 26 19:29:37 2010
@@ -6,7 +6,7 @@
 
 echo ">>>>>>>>>>>>>>>>>> Syncing Maven 2.x repository to Ibiblio"
 
-rsync -e ssh --delete --max-delete=10 --exclude "/**/.svn"  -O -n -v -riplt 
$MAVEN2_REPO/ $IBIBLIO_SYNC_HOST:$M2_IBIBLIO_SYNC_DIR
+rsync -e ssh --delete --max-delete=10 --exclude "/**/.svn"  -O -v -riplt 
$MAVEN2_REPO/ $IBIBLIO_SYNC_HOST:$M2_IBIBLIO_SYNC_DIR
 
 echo ">>>>>>>>>>>>>>>>>> Syncing Maven 1.x plugins to Ibiblio"
 


Reply via email to