You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2009/10/07 18:53:29 UTC

Re: svn commit: r39823 - trunk/subversion/libsvn_client

On Wed, Oct 7, 2009 at 08:17, Bert Huijben <rh...@sharpsvn.net> wrote:
>...
> +++ trunk/subversion/libsvn_client/update.c     Wed Oct  7 05:17:51 2009        (r39823)
>...
> @@ -176,13 +176,20 @@ svn_client__update_internal(svn_revnum_t
>   SVN_ERR(svn_dirent_get_absolute(&anchor_abspath, anchor, pool));
>
>   /* Get full URL from the ANCHOR. */
> +
> +  {
> +    const svn_wc_entry_t *entry;
> +
>   SVN_ERR(svn_wc__get_entry_versioned(&entry, ctx->wc_ctx, anchor_abspath,
>                                       svn_node_unknown, FALSE, FALSE,
>                                       pool, pool));
> -  if (! entry->url)
> +}

Hunh. Doesn't look like you removed it.

:-P

>...

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2404633