You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/08/06 17:18:48 UTC

svn commit: r429136 - /maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh

Author: carlos
Date: Sun Aug  6 08:18:48 2006
New Revision: 429136

URL: http://svn.apache.org/viewvc?rev=429136&view=rev
Log:
Add checksum check

Modified:
    maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh

Modified: maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh?rev=429136&r1=429135&r2=429136&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh (original)
+++ maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh Sun Aug  6 08:18:48 2006
@@ -47,7 +47,7 @@
   rsync --exclude-from=$HOME/components/maven-meeper/src/bin/syncopate/exclusions.txt --ignore-existing $RSYNC_OPTS -Lrtivz $RSYNC_SSH $FROM $BASEDIR/$TO
 
   # check for changed files
-  rsync -n --exclude=**/maven-metadata.xml* --exclude-from=$HOME/components/maven-meeper/src/bin/syncopate/exclusions.txt --existing $RSYNC_OPTS -Lrtivz $RSYNC_SSH $FROM $BASEDIR/$TO >> $CHANGED_LOG
+  rsync -n --exclude=**/maven-metadata.xml* --exclude-from=$HOME/components/maven-meeper/src/bin/syncopate/exclusions.txt --existing $RSYNC_OPTS -Lrtivzc $RSYNC_SSH $FROM $BASEDIR/$TO >> $CHANGED_LOG
 
 done