* For some reason prop-changes on the root of the working copy don't seem to be registered; they don't end up in the patch. Cause: we skip SVN_WC_ENTRY_THIS_DIR in the entries walk, but the root is the only dir which passes only once in the entries walk: all other dirs pass as part of their parent (but the root doesn't have one)