Backed out the change to create missing parent directories when using
authorDavid Dykstra <dwd@samba.org>
Wed, 24 Mar 1999 19:28:03 +0000 (19:28 +0000)
committerDavid Dykstra <dwd@samba.org>
Wed, 24 Mar 1999 19:28:03 +0000 (19:28 +0000)
commit752eaba41f34ce65c87418608efb591b5627ee65
tree19ba4893b41f6e5f9ab178363e53ab24e364968d
parentad517ce5b33eb59873ec8468af704f43867cd8cb
Backed out the change to create missing parent directories when using
--compare-dest.  It was due to an incomplete analysis of the problem,
sorry.  I left a comment in its place indicating that normally the
parent directories should already have been created.

It turned out to actually be a bug in nsbd in which it was not always
including all the parent directories in the include list like it was
supposed to.  The files themselves were still being sent but that was only
because my exclude_the_rest optimization was kicking in; if it weren't,
excluding the parent directories would have had the side effect of
excluding the files too.  So it really had nothing to do with the
--compare-dest option after all, just with the requirement that if you use
--exclude '*' you need to explicitly include all parent directories of
files you include.
receiver.c