Login | Register
My pages Projects Community openCollabNet

Discussions > dev [DISABLED] > Re: svn commit: r39823 - trunk/subversion/libsvn_client

subversion
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

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

Author gstein
Full name Greg Stein
Date 2009-10-07 11:53:32 PDT
Message On Wed, Oct 7, 2009 at 08:17, Bert Huijben <rhuijben at sharpsvn dot net> wrote:
>...
> +++ trunk/subversion/lib​svn_client/update.c     Wed Oct  7 05:17:51 2009        (r39823)
>...
> @@ -176,13 +176,20 @@ svn_client__update_i​nternal(svn_revnum_t​
>   SVN_ERR(svn_dirent_g​et_absolute(&anc​hor_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

« Previous message in topic | 1 of 1 | Next message in topic »

Messages

Show all messages in topic

Re: svn commit: r39823 - trunk/subversion/libsvn_client gstein Greg Stein 2009-10-07 11:53:32 PDT
Messages per page: