Removed --ignore-existing to allow maven-metadata changes to be copied

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@391385 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-04-04 18:56:25 +00:00
parent bc048ca9cc
commit df10b7e556
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ else
fi
cd $HOME/repository-staging/to-ibiblio/maven2
CMD="rsync --ignore-existing --exclude-from=/home/projects/maven/repository-tools/syncopate/exclusions.txt -e ssh $OPTS -avz $FROM $TO"
CMD="rsync --exclude-from=/home/projects/maven/repository-tools/syncopate/exclusions.txt -e ssh $OPTS -avz $FROM $TO"
echo "Syncing $FROM -> $TO"
$CMD