Author: brett Date: Tue Dec 2 23:24:38 2008 New Revision: 722799 URL: http://svn.apache.org/viewvc?rev=722799&view=rev Log: don't delete additional checksums, index on remote server
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=722799&r1=722798&r2=722799&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 Tue Dec 2 23:24:38 2008 @@ -6,5 +6,6 @@ echo ">>>>>>>>>>>>>>>>>> Syncing Maven 2.x repository to Exist" -rsync -e $HOME/bin/cmd-for-rssh.sh --delete --max-delete=10 -v -z -riplt $MAVEN2_REPO/ [EMAIL PROTECTED]:$M2_EXIST_SYNC_DIR +rsync -e $HOME/bin/cmd-for-rssh.sh --include='.index' --include='*.asc' --include='*.md5' --include='*.sha1' -v -z -riplt $MAVEN2_REPO/ [EMAIL PROTECTED]:$M2_EXIST_SYNC_DIR +rsync -e $HOME/bin/cmd-for-rssh.sh --exclude='.index' --exclude='*.asc' --exclude='*.md5' --exclude='*.sha1' --delete --max-delete=10 -v -z -riplt $MAVEN2_REPO/ [EMAIL PROTECTED]:$M2_EXIST_SYNC_DIR