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 2008/12/08 06:21:12 UTC

svn commit: r724261 - /maven/repository-tools/trunk/src/bin/synchronize-central-to-exist.sh

Author: brett
Date: Sun Dec  7 21:21:10 2008
New Revision: 724261

URL: http://svn.apache.org/viewvc?rev=724261&view=rev
Log:
don't sync .svn directories

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

Modified: maven/repository-tools/trunk/src/bin/synchronize-central-to-exist.sh
URL: http://svn.apache.org/viewvc/maven/repository-tools/trunk/src/bin/synchronize-central-to-exist.sh?rev=724261&r1=724260&r2=724261&view=diff
==============================================================================
--- maven/repository-tools/trunk/src/bin/synchronize-central-to-exist.sh (original)
+++ maven/repository-tools/trunk/src/bin/synchronize-central-to-exist.sh Sun Dec  7 21:21:10 2008
@@ -6,4 +6,4 @@
 
 echo ">>>>>>>>>>>>>>>>>> Syncing Maven 2.x repository to Exist"
 
-rsync -e $HOME/bin/cmd-for-rssh.sh --filter='P .index/**' --filter='P **/*.asc' --filter='P **/*.md5' --filter='P **/*.sha1' --delete -v -z -riplt $MAVEN2_REPO/ $EXIST_USERNAME@$EXIST_SYNC_HOST:$M2_EXIST_SYNC_DIR
+rsync -e $HOME/bin/cmd-for-rssh.sh --filter='- **/.svn/**' --filter='P .index/**' --filter='P **/*.asc' --filter='P **/*.md5' --filter='P **/*.sha1' --delete -v -z -riplt $MAVEN2_REPO/ $EXIST_USERNAME@$EXIST_SYNC_HOST:$M2_EXIST_SYNC_DIR