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

Re: svn commit: r1138871 - in /subversion/trunk/subversion: include/private/ libsvn_client/ libsvn_wc/ tests/libsvn_wc/

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 23 Jun 2011 17:01:48 +0200

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. */
Received on 2011-06-23 17:02:27 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.