Julian Foad <julian.f...@wandisco.com> writes: > -/* An analog to svn_wc__entry_is_hidden(). Set *HIDDEN to TRUE if > - LOCAL_ABSPATH in DB "is not present, and I haven't scheduled something > - over the top of it." */ > +/* Set *HIDDEN to TRUE if LOCAL_ABSPATH in DB "is not present, and I haven't > + scheduled something over the top of it." That is, presence is 'excluded' > + or 'not-present' or 'absent', and the node is not scheduled for > + re-addition. */
Not quite. A working node can be 'not-present' and such a node is not hidden--it will be deleted on commit. -- Philip