From: Wayne Davison Date: Wed, 14 Mar 2007 00:02:39 +0000 (+0000) Subject: Next step: allow protocol 30 to be used, but disallow the use X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b9d5eea5c6b6dcf22fbb5c2dec5888238606d0fb Next step: allow protocol 30 to be used, but disallow the use of incremental recursion. If this still avoids the hanging, I will need to try to track down how inc_recurse can deadlock. --- diff --git a/testsuite/merge.test b/testsuite/merge.test index 0f6704a0..fdcace80 100644 --- a/testsuite/merge.test +++ b/testsuite/merge.test @@ -41,10 +41,10 @@ cp -p "$from2dir"/sub1/uno "$from3dir"/sub1/dos "$from2dir"/sub1/tres "$chkdir"/ cp -p "$from3dir"/sub2/subby "$chkdir"/sub2 # Get rid of any directory-time differences -$RSYNC -av --protocol=29 --existing -f 'exclude,! */' "$from1dir/" "$from2dir/" -$RSYNC -av --protocol=29 --existing -f 'exclude,! */' "$from2dir/" "$from3dir/" -$RSYNC -av --protocol=29 --existing -f 'exclude,! */' "$from1dir/" "$chkdir/" -$RSYNC -av --protocol=29 --existing -f 'exclude,! */' "$from3dir/" "$chkdir/" +$RSYNC -av --no-ir --existing -f 'exclude,! */' "$from1dir/" "$from2dir/" +$RSYNC -av --no-ir --existing -f 'exclude,! */' "$from2dir/" "$from3dir/" +$RSYNC -av --no-ir --existing -f 'exclude,! */' "$from1dir/" "$chkdir/" +$RSYNC -av --no-ir --existing -f 'exclude,! */' "$from3dir/" "$chkdir/" checkit "$RSYNC -aHvv \"$from1dir/\" \"$from2dir/\" \"$from3dir/\" \"$todir/\"" "$chkdir" "$todir"