Hi, On Mon, 27.04.2009 at 16:19:39 -0400, Ted Unangst <[email protected]> wrote: > That's what I remembered from the last time it happened, but I just > double checked. It seems rsync only does this when -C cvs-exclude is > passed. The problem is that it ignores directories, not just files.
that sounds broken, indeed. FWIW, to avoid such side effects, I don't use -C because it leads to the exclusion of .<your-scm-here>-style directories as well, and use --include and --exclude instead. Clumsy, but at least, I'm in control then. Kind regards, --Toni++

