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

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

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 7 Oct 2009 14:53:29 -0400

On Wed, Oct 7, 2009 at 08:17, Bert Huijben <rhuijben_at_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
Received on 2009-10-07 20:53:37 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.