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 2005/10/25 02:44:21 UTC

svn commit: r328201 - /maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh

Author: carlos
Date: Mon Oct 24 17:44:19 2005
New Revision: 328201

URL: http://svn.apache.org/viewcvs?rev=328201&view=rev
Log:
Don't use exclusions here, do it in syncopate

Modified:
    maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh

Modified: maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh?rev=328201&r1=328200&r2=328201&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh (original)
+++ maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh Mon Oct 24 17:44:19 2005
@@ -4,8 +4,8 @@
 
 date > $dest/maven/last-sync.txt
 chmod a+r $dest/maven/last-sync.txt
-rsync -e ssh --delete --delete-excluded --max-delete=10 --exclude-from=$dest/exclusions.txt -v -rplt $dest/maven/ login.ibiblio.org:/public/html/maven
+rsync -e ssh --delete --max-delete=10 -v -rplt $dest/maven/ login.ibiblio.org:/public/html/maven
 
 date > $dest/maven2/last-sync.txt
 chmod a+r $dest/maven2/last-sync.txt
-rsync -e ssh --delete --delete-excluded --max-delete=10 --exclude-from=$dest/exclusions.txt -v -rplt $dest/maven2/ login.ibiblio.org:/public/html/maven2
+rsync -e ssh --delete --max-delete=10 -v -rplt $dest/maven2/ login.ibiblio.org:/public/html/maven2