[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r40071 - trunk/subversion/libsvn_wc

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 16 Oct 2009 08:21:46 -0400

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.