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

Re: svn commit: r1097608 - /subversion/trunk/subversion/libsvn_wc/info.c

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 28 Apr 2011 17:41:05 -0400

Cool. Are you going to deprecate the constant in svn_types.h?

On Thu, Apr 28, 2011 at 16:57, <hwright_at_apache.org> wrote:
> Author: hwright
> Date: Thu Apr 28 20:57:30 2011
> New Revision: 1097608
>
> URL: http://svn.apache.org/viewvc?rev=1097608&view=rev
> Log:
> * subversion/libsvn_wc/info.c
>  (build_info_for_unversioned): Don't use an obsolete constant.
>
> Modified:
>    subversion/trunk/subversion/libsvn_wc/info.c
>
> Modified: subversion/trunk/subversion/libsvn_wc/info.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/info.c?rev=1097608&r1=1097607&r2=1097608&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/libsvn_wc/info.c (original)
> +++ subversion/trunk/subversion/libsvn_wc/info.c Thu Apr 28 20:57:30 2011
> @@ -235,7 +235,7 @@ build_info_for_unversioned(svn_info2_t *
>   tmpinfo->last_changed_date    = 0;
>   tmpinfo->last_changed_author  = NULL;
>   tmpinfo->lock                 = NULL;
> -  tmpinfo->size                 = SVN_INFO_SIZE_UNKNOWN;
> +  tmpinfo->size                 = SVN_INVALID_FILESIZE;
>
>   *info = tmpinfo;
>   return SVN_NO_ERROR;
>
>
>
Received on 2011-04-28 23:41:33 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.