You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2011/07/09 02:19:36 UTC

Re: svn commit: r1143726 - in /subversion/trunk/subversion: include/private/svn_wc_private.h include/svn_client.h libsvn_client/deprecated.c libsvn_client/info.c libsvn_wc/info.c svn/info-cmd.c

rhuijben@apache.org wrote on Thu, Jul 07, 2011 at 09:29:49 -0000:
> @@ -196,17 +196,10 @@ build_info_for_entry(svn_wc__info2_t **i
>                                              db, local_abspath,
>                                              result_pool, scratch_pool));
>  
> +      /* And now fetch the url and revision of what will be deleted */
>        {
>          const char *work_del_abspath;
> +        const char *repos_relpath;

subversion/libsvn_wc/info.c: In function ‘build_info_for_node’:
subversion/libsvn_wc/info.c:202: warning: declaration of ‘repos_relpath’ shadows a previous local
subversion/libsvn_wc/info.c:82: warning: shadowed declaration is here