Author: cutting
Date: Fri Aug 19 15:54:04 2005
New Revision: 233569
URL: http://svn.apache.org/viewcvs?rev=233569&view=rev
Log:
Fix to sync whole tree.
Modified:
lucene/nutch/branches/mapred/bin/nutch-daemon.sh
Modified: lucene/nutch/branches/mapred/bin/nutch-daemon.sh
URL:
http://svn.apache.org/viewcvs/lucene/nutch/branches/mapred/bin/nutch-daemon.sh?rev=233569&r1=233568&r2=233569&view=diff
==============================================================================
--- lucene/nutch/branches/mapred/bin/nutch-daemon.sh (original)
+++ lucene/nutch/branches/mapred/bin/nutch-daemon.sh Fri Aug 19 15:54:04 2005
@@ -57,7 +57,7 @@
root=`dirname $this`/..
if [ "$NUTCH_MASTER" != "" ]; then
echo rsync from $NUTCH_MASTER
- rsync -a --delete --exclude=.svn $NUTCH_MASTER/{build,bin,lib,conf} $root
+ rsync -a --delete --exclude=.svn $NUTCH_MASTER/ $root
fi
cd $root