This is wrong.
The incomplete status is intended primarily for children of
directories. Just because we don't use it for non-dirs today does not
make this doc "fix" correct.
-g
On Fri, Oct 16, 2009 at 04:53, Bert Huijben <rhuijben_at_sharpsvn.net> wrote:
> Author: rhuijben
> Date: Fri Oct 16 01:53:52 2009
> New Revision: 40071
>
> Log:
> * subversion/libsvn_wc/wc_db.h
> Â (svn_wc__db_status_t): Add some additional documentation on the incomplete
> Â Â status.
>
> Modified:
> Â trunk/subversion/libsvn_wc/wc_db.h
>
> Modified: trunk/subversion/libsvn_wc/wc_db.h
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_wc/wc_db.h?pathrev=40071&r1=40070&r2=40071
> ==============================================================================
> --- trunk/subversion/libsvn_wc/wc_db.h  Fri Oct 16 00:30:04 2009     (r40070)
> +++ trunk/subversion/libsvn_wc/wc_db.h  Fri Oct 16 01:53:52 2009     (r40071)
> @@ -231,7 +231,11 @@ typedef enum {
>
> Â Â /* This node is known, but its information is incomplete. Generally,
> Â Â Â Â it should be treated similar to the other missing status values
> - Â Â Â until some (later) process updates the node with its data. */
> + Â Â Â until some (later) process updates the node with its data.
> +
> + Â Â Â Only valid on directories. In this case the list of children and
> + Â Â Â the base properties are incomplete and/or overcomplete. A directory
> + Â Â Â can be completed by updating it. */
> Â Â svn_wc__db_status_incomplete,
>
> Â Â /* The BASE node has been marked as deleted.
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=2408161
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2408201
Received on 2009-10-16 14:22:22 CEST