X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ead751c62b8b1fe733fcf8c7402912519844bb2a..a055dbdd883a3c04318e13211c3ef7942314bee7:/testsuite/exclude.test diff --git a/testsuite/exclude.test b/testsuite/exclude.test index 3b26c91c..099344f2 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -1,58 +1,98 @@ #! /bin/sh -# Copyright (C) 2003 by Wayne Davison +# Copyright (C) 2003, 2004, 2005 by Wayne Davison -# This program is distributable under the terms of the GNU GPL see +# This program is distributable under the terms of the GNU GPL (see # COPYING). -# Test rsync handling of exclude/include directives. +# Test rsync handling of exclude/include directives. # Test some of the more obscure wildcard handling of exclude/include # processing. . "$suitedir/rsync.fns" -set -x - -HOME="$scratchdir" CVSIGNORE='*.junk' -export HOME CVSIGNORE +export CVSIGNORE # Build some files/dirs/links to copy -echo home-cvs-exclude >"$scratchdir"/.cvsignore makepath "$fromdir/foo/down/to/you" +makepath "$fromdir/foo/sub" makepath "$fromdir/bar/down/to/foo/too" +makepath "$fromdir/bar/down/to/bar/baz" makepath "$fromdir/mid/for/foo/and/that/is/who" -echo kept >"$fromdir/foo/file1" +makepath "$fromdir/new/keep/this" +makepath "$fromdir/new/lose/this" +cat >"$fromdir/.filt" <"$fromdir/foo/file1" echo removed >"$fromdir/foo/file2" echo cvsout >"$fromdir/foo/file2.old" +cat >"$fromdir/foo/.filt" <"$fromdir/foo/sub/file1" +cat >"$fromdir/bar/.filt" <"$fromdir/bar/down/to/home-cvs-exclude" +cat >"$fromdir/bar/down/to/.filt2" <"$fromdir/bar/down/to/foo/.filt2" <"$fromdir/bar/down/to/foo/file1" echo cvsout >"$fromdir/bar/down/to/foo/file1.bak" echo gone >"$fromdir/bar/down/to/foo/file3" echo lost >"$fromdir/bar/down/to/foo/file4" -echo cvsout >"$fromdir/bar/down/to/foo/file4.junk" +echo weird >"$fromdir/bar/down/to/foo/+ file3" +echo cvsout-but-filtin >"$fromdir/bar/down/to/foo/file4.junk" echo smashed >"$fromdir/bar/down/to/foo/to" +cat >"$fromdir/bar/down/to/bar/.filt2" <"$fromdir/bar/down/to/bar/baz/file5.deep" +# This one should be ineffectual +cat >"$fromdir/mid/.filt2" <"$fromdir/mid/one-in-one-out" echo one-in-one-out >"$fromdir/mid/.cvsignore" echo cvsin >"$fromdir/mid/one-for-all" +cat >"$fromdir/mid/.filt" <"$fromdir/mid/for/one-in-one-out" echo expunged >"$fromdir/mid/for/foo/extra" echo retained >"$fromdir/mid/for/foo/keep" -ln -s too "$fromdir/bar/down/to/foo/sym" -# Setup our test exclude/include file. +# Setup our test exclude/include files. excl="$scratchdir/exclude-from" cat >"$excl" <"$excl" <"$scratchdir/.cvsignore" <"$todir"/bar/down/to/bar/baz/nodel.deep +cp_touch "$todir"/bar/down/to/bar/baz/nodel.deep "$chkdir"/bar/down/to/bar/baz + +$RSYNC -av --existing --filter='-! */' "$fromdir/" "$chkdir/" + +# Now, test if rsync excludes the same files, this time with a merge-exclude +# file. + +checkit "sed '/!/d' '$excl' | + $RSYNC -avv -f dir-merge_.filt -f merge_- \ + --delete-during '$fromdir/' '$todir/'" "$chkdir" "$todir" + +# Remove the files that will be deleted. + +rm "$chkdir"/.filt +rm "$chkdir"/bar/.filt +rm "$chkdir"/bar/down/to/.filt2 +rm "$chkdir"/bar/down/to/foo/.filt2 +rm "$chkdir"/bar/down/to/bar/.filt2 +rm "$chkdir"/mid/.filt + +$RSYNC -av --protocol=28 --existing --include='*/' --exclude='*' "$fromdir/" "$chkdir/" + +# Now, try the prior command with --delete-before and some side-specific +# rules. + +checkit "sed '/!/d' '$excl' | + $RSYNC -avv -f :s_.filt -f .s_- -f P_nodel.deep \ + --delete-before '$fromdir/' '$todir/'" "$chkdir" "$todir" + +# Next, we'll test some rule-restricted filter files. + +cat >"$fromdir/bar/down/.excl" <"$fromdir/bar/down/to/foo/.excl" <