On Thu, Jun 23, 2011 at 04:55:22PM +0200, Stefan Sperling wrote:
> For the record here is the log message and diff to make this change.
> Index: subversion/libsvn_wc/wc_db.h
> ===================================================================
> --- subversion/libsvn_wc/wc_db.h (revision 1138903)
> +++ subversion/libsvn_wc/wc_db.h (working copy)
> @@ -189,7 +189,7 @@ typedef enum svn_wc__db_status_t {
>
> /* This node was named by the server, but no information was provided
> * since the user has no authorization to this node. */
Oh, and I will also change the above comment back to:
/* This node was named by the server, but no information was provided. */
> - svn_wc__db_status_unauthz,
> + svn_wc__db_status_server_excluded,
>
> /* This node has been administratively excluded. */
And maybe I will tweak the above comment as well in a later commit.
Something like:
/* This node has been excluded client-side by the user. */